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

  /external/opencore/codecs_v2/audio/aac/dec/src/
ps_bstr_decoding.cpp 117 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};
194 { /* NO_HI_RES_BINS == 34 */
197 NO_HI_RES_BINS*sizeof(*ps_dec->aIidPrevFrameIndex));
204 NO_HI_RES_BINS*sizeof(**ps_dec->aaIidIndex));
210 NO_HI_RES_BINS*sizeof(*ps_dec->aIccPrevFrameIndex));
216 NO_HI_RES_BINS*sizeof(**ps_dec->aaIccIndex));
222 NO_HI_RES_BINS*sizeof(*ps_dec->aIidPrevFrameIndex));
226 NO_HI_RES_BINS*sizeof(*ps_dec->aIccPrevFrameIndex));
257 NO_HI_RES_BINS*sizeof(**ps_dec->aaIidIndex))
    [all...]
s_ps_dec.h 81 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];
ps_constants.h 71 #define NO_HI_RES_BINS ( 34 )
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_bstr_decoding.cpp 117 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};
194 { /* NO_HI_RES_BINS == 34 */
197 NO_HI_RES_BINS*sizeof(*ps_dec->aIidPrevFrameIndex));
204 NO_HI_RES_BINS*sizeof(**ps_dec->aaIidIndex));
210 NO_HI_RES_BINS*sizeof(*ps_dec->aIccPrevFrameIndex));
216 NO_HI_RES_BINS*sizeof(**ps_dec->aaIccIndex));
222 NO_HI_RES_BINS*sizeof(*ps_dec->aIidPrevFrameIndex));
226 NO_HI_RES_BINS*sizeof(*ps_dec->aIccPrevFrameIndex));
257 NO_HI_RES_BINS*sizeof(**ps_dec->aaIidIndex))
    [all...]
s_ps_dec.h 81 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];
ps_constants.h 71 #define NO_HI_RES_BINS ( 34 )

Completed in 424 milliseconds