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

  /frameworks/base/media/libstagefright/codecs/aacdec/
apply_ms_synt.h 86 Int q_formatLeft[MAXBANDS],
87 Int q_formatRight[MAXBANDS]);
s_tdec_int_chan.h 135 Int factors[MAXBANDS];
136 Int cb_map[MAXBANDS];
138 Int qFormat[MAXBANDS];
pns_intensity_right.h 97 Int q_formatLeft[MAXBANDS],
98 Int q_formatRight[MAXBANDS],
s_lt_pred_status.h 105 #define MAX_SCFAC_BANDS MAXBANDS
e_blockswitching.h 94 MAXBANDS = 16 * NSHORT, /* max number of scale factor bands */
s_frameinfo.h 110 Int frame_sfb_top[MAXBANDS]; /* Only used in calc_gsfb_table() -
apply_ms_synt.cpp 303 Int q_formatLeft[MAXBANDS],
304 Int q_formatRight[MAXBANDS])
s_tdec_int_file.h 208 Int mask[MAXBANDS];
259 SectInfo sect[MAXBANDS + 1];
calc_gsfb_table.cpp 229 MAXBANDS*sizeof(pFrameInfo->frame_sfb_top[0]));
hufffac.cpp 157 CALL pv_memset(pHuffBookUsed, ZERO_HCB, MAXBANDS*sizeof(*pHuffBookUsed));
159 CALL pv_memset(pFactors, ZERO_HCB, MAXBANDS*sizeof(*pFactors));
387 MAXBANDS*sizeof(*pFactors));
437 MAXBANDS*sizeof(*pHuffBookUsed));
pns_intensity_right.cpp 401 Int q_formatLeft[MAXBANDS],
402 Int q_formatRight[MAXBANDS],
q_normalize.cpp 273 if (nsfb < 0 || nsfb > MAXBANDS)
302 if (nsfb < 0 || nsfb > MAXBANDS)
getics.cpp 255 memset(pCodebookMap,ZERO_HCB,MAXBANDS*sizeof(*pCodebookMap));
544 MAXBANDS*sizeof(*pCodebookMap));
546 for (i=MAXBANDS; i>0; i--)

Completed in 103 milliseconds