Home
last modified time | relevance | path

Searched refs:NO_HI_RES_BINS (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/src/
Dps_bstr_decoding.cpp117 const Int32 aNoIidBins[3] = {NO_LOW_RES_IID_BINS, NO_IID_BINS, NO_HI_RES_BINS};
118 const Int32 aNoIccBins[3] = {NO_LOW_RES_ICC_BINS, NO_ICC_BINS, NO_HI_RES_BINS};
197 NO_HI_RES_BINS*sizeof(*ps_dec->aIidPrevFrameIndex)); in ps_bstr_decoding()
204 NO_HI_RES_BINS*sizeof(**ps_dec->aaIidIndex)); in ps_bstr_decoding()
210 NO_HI_RES_BINS*sizeof(*ps_dec->aIccPrevFrameIndex)); in ps_bstr_decoding()
216 NO_HI_RES_BINS*sizeof(**ps_dec->aaIccIndex)); in ps_bstr_decoding()
222 NO_HI_RES_BINS*sizeof(*ps_dec->aIidPrevFrameIndex)); in ps_bstr_decoding()
226 NO_HI_RES_BINS*sizeof(*ps_dec->aIccPrevFrameIndex)); in ps_bstr_decoding()
257 NO_HI_RES_BINS*sizeof(**ps_dec->aaIidIndex)); in ps_bstr_decoding()
261 NO_HI_RES_BINS*sizeof(**ps_dec->aaIccIndex)); in ps_bstr_decoding()
Ds_ps_dec.h81 Int32 aIidPrevFrameIndex[NO_HI_RES_BINS];
82 Int32 aIccPrevFrameIndex[NO_HI_RES_BINS];
143 Int32 aaIidIndex[MAX_NO_PS_ENV+1][NO_HI_RES_BINS];
144 Int32 aaIccIndex[MAX_NO_PS_ENV+1][NO_HI_RES_BINS];
Dps_constants.h71 #define NO_HI_RES_BINS ( 34 ) macro