SBC_X_BUFFER_SIZE   48 libavcodec/arm/sbcdsp_init_arm.c                                      int16_t X[2][SBC_X_BUFFER_SIZE],
SBC_X_BUFFER_SIZE   51 libavcodec/arm/sbcdsp_init_arm.c                                      int16_t X[2][SBC_X_BUFFER_SIZE],
SBC_X_BUFFER_SIZE  165 libavcodec/sbcdsp.c                                     int16_t X[2][SBC_X_BUFFER_SIZE],
SBC_X_BUFFER_SIZE  173 libavcodec/sbcdsp.c             memcpy(&X[c][SBC_X_BUFFER_SIZE - 40], &X[c][position],
SBC_X_BUFFER_SIZE  175 libavcodec/sbcdsp.c         position = SBC_X_BUFFER_SIZE - 40;
SBC_X_BUFFER_SIZE  198 libavcodec/sbcdsp.c                                     int16_t X[2][SBC_X_BUFFER_SIZE],
SBC_X_BUFFER_SIZE  206 libavcodec/sbcdsp.c             memcpy(&X[c][SBC_X_BUFFER_SIZE - 72], &X[c][position],
SBC_X_BUFFER_SIZE  208 libavcodec/sbcdsp.c         position = SBC_X_BUFFER_SIZE - 72;
SBC_X_BUFFER_SIZE   47 libavcodec/sbcdsp.h     DECLARE_ALIGNED(SBC_ALIGN, int16_t, X)[2][SBC_X_BUFFER_SIZE];
SBC_X_BUFFER_SIZE   61 libavcodec/sbcdsp.h                                     int16_t X[2][SBC_X_BUFFER_SIZE],
SBC_X_BUFFER_SIZE   64 libavcodec/sbcdsp.h                                     int16_t X[2][SBC_X_BUFFER_SIZE],
SBC_X_BUFFER_SIZE  269 libavcodec/sbcenc.c     sbc->dsp.position = (SBC_X_BUFFER_SIZE - frame->subbands * 9) & ~7;