Home
last modified time | relevance | path

Searched refs:HP_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSACdec/src/
Dsac_stp.cpp111 #define HP_SIZE 9 macro
506 FDK_ASSERT((HP_SIZE - 3 + 10 - 1) == PC_NUM_HYB_BANDS); in subbandTPApply()
533 (HP_SIZE - 3 + 10 - 1) - self->tp_hybBandBorder); in subbandTPApply()
537 &self->hybOutputRealDry__FDK[ch][HP_SIZE - 3 + 10 - 1], in subbandTPApply()
538 &self->hybOutputImagDry__FDK[ch][HP_SIZE - 3 + 10 - 1], in subbandTPApply()
539 &self->hybOutputRealWet__FDK[ch][HP_SIZE - 3 + 10 - 1], in subbandTPApply()
540 &self->hybOutputImagWet__FDK[ch][HP_SIZE - 3 + 10 - 1], scaleX, in subbandTPApply()
541 cplxHybBands - (HP_SIZE - 3 + 10 - 1)); in subbandTPApply()
/external/libxaac/decoder/
Dixheaacd_mps_temp_process.c59 #define HP_SIZE (9) macro
198 for (; n < HP_SIZE - 3 + 10; n++) { in ixheaacd_mps_subbandtp()