HomeSort by relevance Sort by last modified time
    Searched refs:NO_IID_GROUPS (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
s_ps_dec.h 123 Int32 h11Prev[NO_IID_GROUPS];
124 Int32 h12Prev[NO_IID_GROUPS];
125 Int32 h21Prev[NO_IID_GROUPS];
126 Int32 h22Prev[NO_IID_GROUPS];
128 Int32 H11[NO_IID_GROUPS];
129 Int32 H12[NO_IID_GROUPS];
130 Int32 H21[NO_IID_GROUPS];
131 Int32 H22[NO_IID_GROUPS];
133 Int32 deltaH11[NO_IID_GROUPS];
134 Int32 deltaH12[NO_IID_GROUPS];
    [all...]
ps_all_pass_filter_coeff.h 64 extern const Char groupBorders[NO_IID_GROUPS + 1];
76 extern const Char bins2groupMap[NO_IID_GROUPS];
ps_constants.h 79 #define NO_IID_GROUPS ( SUBQMF_GROUPS + QMF_GROUPS )
ps_all_pass_filter_coeff.cpp 174 const Char groupBorders[NO_IID_GROUPS + 1] =
180 const Char bins2groupMap[NO_IID_GROUPS] =
ps_allocate_decoder.cpp 325 for (i = 0; i < NO_IID_GROUPS; i++) /* NO_IID_GROUPS == 22 */
ps_pwr_transient_detection.cpp 211 for (gr = SUBQMF_GROUPS; gr < NO_IID_GROUPS; gr++) /* 10 to 22 */
ps_init_stereo_mixing.cpp 279 for (group = 0; group < NO_IID_GROUPS; group++) /* == 22 */
384 for (group = 0; group < NO_IID_GROUPS; group++) /* == 22 */
ps_stereo_processing.cpp 304 for (group = SUBQMF_GROUPS + 1; group < NO_IID_GROUPS; group++) /* 11 to NO_IID_GROUPS == 22 */
  /external/aac/libSBRdec/src/
psdec.h 153 #define NO_IID_GROUPS ( SUBQMF_GROUPS + QMF_GROUPS )
168 FIXP_DBL H11r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
169 FIXP_DBL H12r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
170 FIXP_DBL H21r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
171 FIXP_DBL H22r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
173 FIXP_DBL DeltaH11r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
174 FIXP_DBL DeltaH12r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
175 FIXP_DBL DeltaH21r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
176 FIXP_DBL DeltaH22r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
296 FIXP_DBL h11rPrev[NO_IID_GROUPS]; /*!< previous calculated h(xy) coefficients *
    [all...]
sbr_rom.h 217 extern const UCHAR groupBorders20[NO_IID_GROUPS + 1];
219 extern const UCHAR bins2groupMap20[NO_IID_GROUPS];
psdec.cpp 282 for ( i = 0; i < NO_IID_GROUPS; i++ )
811 for (gr=SUBQMF_GROUPS; gr < NO_IID_GROUPS - NR_OF_DELAY_GROUPS; gr++) {
    [all...]
sbr_rom.cpp     [all...]

Completed in 752 milliseconds