Searched refs:is34 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacps.c | 118 int is34, int len) in hybrid_analysis() 127 if (is34) { in hybrid_analysis() 147 INTFLOAT in[91][32][2], int is34, int len) in hybrid_synthesis() 150 if (is34) { in hybrid_synthesis() 400 static void decorrelation(PSContext *ps, INTFLOAT (*out)[32][2], const INTFLOAT (*s)[32][2], int is34) in decorrelation() argument 413 const int8_t *const k_to_i = is34 ? ff_k_to_i_34 : ff_k_to_i_20; in decorrelation() 420 if (is34 != ps->common.is34bands_old) { in decorrelation() 428 for (k = 0; k < NR_BANDS[is34]; k++) { in decorrelation() 435 for (i = 0; i < NR_PAR_BANDS[is34]; i++) { in decorrelation() 452 for (i = 0; i < NR_PAR_BANDS[is34]; in decorrelation() 116 hybrid_analysis(PSDSPContext *dsp, INTFLOAT out[91][32][2], INTFLOAT in[5][44][2], INTFLOAT L[2][38][64], int is34, int len) hybrid_analysis() argument 146 hybrid_synthesis(PSDSPContext *dsp, INTFLOAT out[2][38][64], INTFLOAT in[91][32][2], int is34, int len) hybrid_synthesis() argument 558 stereo_processing(PSContext *ps, INTFLOAT (*l)[32][2], INTFLOAT (*r)[32][2], int is34) stereo_processing() argument 725 int is34 = ps->common.is34bands; ff_ps_apply() local [all...] |
Completed in 1 milliseconds