Home
last modified time | relevance | path

Searched refs:SBC_X_BUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsbcdsp.h41 #define SBC_X_BUFFER_SIZE 328 macro
49 DECLARE_ALIGNED(SBC_ALIGN, int16_t, X)[2][SBC_X_BUFFER_SIZE];
63 int16_t X[2][SBC_X_BUFFER_SIZE],
66 int16_t X[2][SBC_X_BUFFER_SIZE],
Dsbcdsp.c165 int16_t X[2][SBC_X_BUFFER_SIZE], in sbc_enc_process_input_4s() argument
173 memcpy(&X[c][SBC_X_BUFFER_SIZE - 40], &X[c][position], in sbc_enc_process_input_4s()
175 position = SBC_X_BUFFER_SIZE - 40; in sbc_enc_process_input_4s()
198 int16_t X[2][SBC_X_BUFFER_SIZE], in sbc_enc_process_input_8s() argument
206 memcpy(&X[c][SBC_X_BUFFER_SIZE - 72], &X[c][position], in sbc_enc_process_input_8s()
208 position = SBC_X_BUFFER_SIZE - 72; in sbc_enc_process_input_8s()
Dsbcenc.c269 sbc->dsp.position = (SBC_X_BUFFER_SIZE - frame->subbands * 9) & ~7; in sbc_encode_init()
/third_party/ffmpeg/libavcodec/arm/
Dsbcdsp_init_arm.c49 int16_t X[2][SBC_X_BUFFER_SIZE],
52 int16_t X[2][SBC_X_BUFFER_SIZE],
Dsbcdsp_neon.S507 add r7, r2, #576 @ &X[0][SBC_X_BUFFER_SIZE - 40]
517 add r7, r2, #1232 @ &X[1][SBC_X_BUFFER_SIZE - 40]
527 mov r0, #288 @ SBC_X_BUFFER_SIZE - 40
612 add r7, r2, #512 @ &X[0][SBC_X_BUFFER_SIZE - 72]
626 add r7, r2, #1168 @ &X[1][SBC_X_BUFFER_SIZE - 72]
640 mov r0, #256 @ SBC_X_BUFFER_SIZE - 72