FFmpeg
Variables
sbcdec_data.h File Reference
#include <stdint.h>

Go to the source code of this file.

Variables

const int32_t ff_sbc_proto_4_40m0 []
 
const int32_t ff_sbc_proto_4_40m1 []
 
const int32_t ff_sbc_proto_8_80m0 []
 
const int32_t ff_sbc_proto_8_80m1 []
 
const int32_t ff_synmatrix4 [8][4]
 
const int32_t ff_synmatrix8 [16][8]
 

Detailed Description

SBC decoder tables

Definition in file sbcdec_data.h.

Variable Documentation

◆ ff_sbc_proto_4_40m0

const int32_t ff_sbc_proto_4_40m0[]

Definition at line 41 of file sbcdec_data.c.

Referenced by sbc_synthesize_four().

◆ ff_sbc_proto_4_40m1

const int32_t ff_sbc_proto_4_40m1[]

Definition at line 49 of file sbcdec_data.c.

Referenced by sbc_synthesize_four().

◆ ff_sbc_proto_8_80m0

const int32_t ff_sbc_proto_8_80m0[]

Definition at line 57 of file sbcdec_data.c.

Referenced by sbc_synthesize_eight().

◆ ff_sbc_proto_8_80m1

const int32_t ff_sbc_proto_8_80m1[]

Definition at line 70 of file sbcdec_data.c.

Referenced by sbc_synthesize_eight().

◆ ff_synmatrix4

const int32_t ff_synmatrix4[8][4]

Definition at line 83 of file sbcdec_data.c.

Referenced by sbc_synthesize_four().

◆ ff_synmatrix8

const int32_t ff_synmatrix8[16][8]

Definition at line 94 of file sbcdec_data.c.

Referenced by sbc_synthesize_eight().