Home
last modified time | relevance | path

Searched refs:SBC_ALIGN (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsbc.h79 #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];
Dsbcdsp_data.c49 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
Dsbcdsp.h49 DECLARE_ALIGNED(SBC_ALIGN, int16_t, X)[2][SBC_X_BUFFER_SIZE];
Dsbcenc.c45 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame);
46 DECLARE_ALIGNED(SBC_ALIGN, SBCDSPContext, dsp);
Dsbcdec.c47 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame);
48 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_decoder_state, dsp);
/third_party/ffmpeg/libavcodec/arm/
Dsbcdsp_init_arm.c55 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