FFmpeg
|
#include "sbc.h"
Go to the source code of this file.
Macros | |
#define | SBC_PROTO_FIXED_SCALE 16 |
#define | SBC_COS_TABLE_FIXED_SCALE 15 |
Variables | |
const int16_t | ff_sbcdsp_analysis_consts_fixed4_simd_even [] |
const int16_t | ff_sbcdsp_analysis_consts_fixed4_simd_odd [] |
const int16_t | ff_sbcdsp_analysis_consts_fixed8_simd_even [] |
const int16_t | ff_sbcdsp_analysis_consts_fixed8_simd_odd [] |
miscellaneous SBC tables
Definition in file sbcdsp_data.h.
#define SBC_PROTO_FIXED_SCALE 16 |
Definition at line 37 of file sbcdsp_data.h.
#define SBC_COS_TABLE_FIXED_SCALE 15 |
Definition at line 38 of file sbcdsp_data.h.
const int16_t ff_sbcdsp_analysis_consts_fixed4_simd_even[] |
Definition at line 49 of file sbcdsp_data.c.
Referenced by sbc_analyze_4b_4s_simd().
const int16_t ff_sbcdsp_analysis_consts_fixed4_simd_odd[] |
Definition at line 94 of file sbcdsp_data.c.
Referenced by sbc_analyze_4b_4s_simd().
const int16_t ff_sbcdsp_analysis_consts_fixed8_simd_even[] |
Definition at line 139 of file sbcdsp_data.c.
Referenced by sbc_analyze_1b_8s_simd_even(), and sbc_analyze_4b_8s_simd().
const int16_t ff_sbcdsp_analysis_consts_fixed8_simd_odd[] |
Definition at line 236 of file sbcdsp_data.c.
Referenced by sbc_analyze_1b_8s_simd_odd(), and sbc_analyze_4b_8s_simd().