Searched defs:SBC_ALIGN (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
D | sbcdsp_init_arm.c | 55 DECLARE_ALIGNED(SBC_ALIGN, int32_t, ff_sbcdsp_joint_bits_mask)[8] = { variable 75 DECLARE_ALIGNED(SBC_ALIGN, uint8_t, ff_sbc_input_perm_4)[2][8] = { variable 80 DECLARE_ALIGNED(SBC_ALIGN, uint8_t, ff_sbc_input_perm_8)[4][8] = { variable
|
/third_party/ffmpeg/libavcodec/ |
D | sbcdsp_data.c | 49 DECLARE_ALIGNED(SBC_ALIGN, const int16_t, ff_sbcdsp_analysis_consts_fixed4_simd_even)[40 + 16] = { variable 94 DECLARE_ALIGNED(SBC_ALIGN, const int16_t, ff_sbcdsp_analysis_consts_fixed4_simd_odd)[40 + 16] = { variable 139 DECLARE_ALIGNED(SBC_ALIGN, const int16_t, ff_sbcdsp_analysis_consts_fixed8_simd_even)[80 + 64] = { variable 236 DECLARE_ALIGNED(SBC_ALIGN, const int16_t, ff_sbcdsp_analysis_consts_fixed8_simd_odd)[80 + 64] = { variable
|
D | sbc.h | 79 #define SBC_ALIGN 16 macro
|