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

  /external/aac/libSBRdec/src/
psdec.h 157 #define NO_IID_GROUPS (SUBQMF_GROUPS + QMF_GROUPS)
172 FIXP_DBL H11r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
173 FIXP_DBL H12r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
174 FIXP_DBL H21r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
175 FIXP_DBL H22r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
178 DeltaH11r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
180 DeltaH12r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
182 DeltaH21r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
184 DeltaH22r[NO_IID_GROUPS]; /*!< coefficients of the sub-subband groups */
290 FIXP_DBL h11rPrev[NO_IID_GROUPS]; /*!< previous calculated h(xy
    [all...]
sbr_rom.h 206 extern const UCHAR bins2groupMap20[NO_IID_GROUPS];
psdec.cpp 276 for (i = 0; i < NO_IID_GROUPS; i++) {
346 for (group = 0; group < NO_IID_GROUPS; group++) {
429 static const UCHAR groupTable[NO_IID_GROUPS + 1] = {
509 for (group = 0; group < NO_IID_GROUPS; group++) {
sbr_rom.cpp     [all...]
  /external/libxaac/decoder/
ixheaacd_sbr_rom.h 28 #define NO_IID_GROUPS (SUBQMF_GROUPS + QMF_GROUPS)
144 WORD16 borders_group[NO_IID_GROUPS + 1];
146 WORD16 group_to_bin[NO_IID_GROUPS];
ixheaacd_ps_dec.c 534 for (gr = 16; gr < NO_IID_GROUPS; gr++) {
791 for (group = 0; group < NO_IID_GROUPS; group++) {
878 for (group = 0; group < NO_IID_GROUPS; group++) {
931 for (group = SUBQMF_GROUPS; group < NO_IID_GROUPS; group++) {
    [all...]
ixheaacd_sbrdec_initfuncs.c     [all...]

Completed in 189 milliseconds