Searched refs:SBC_ALIGN (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | sbc.h | 79 #define SBC_ALIGN 16 macro 105 DECLARE_ALIGNED(SBC_ALIGN, uint32_t, scale_factor)[2][8]; 108 DECLARE_ALIGNED(SBC_ALIGN, int32_t, sb_sample_f)[16][2][8]; 111 DECLARE_ALIGNED(SBC_ALIGN, int32_t, sb_sample)[16][2][8];
|
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 | sbcdsp.h | 49 DECLARE_ALIGNED(SBC_ALIGN, int16_t, X)[2][SBC_X_BUFFER_SIZE];
|
D | sbcenc.c | 45 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame); 46 DECLARE_ALIGNED(SBC_ALIGN, SBCDSPContext, dsp);
|
D | sbcdec.c | 47 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame); 48 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_decoder_state, dsp);
|
/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
|