HomeSort by relevance Sort by last modified time
    Searched defs:sect_cb (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
s_sectinfo.h 77 Int sect_cb; member in struct:__anon16378
hufffac.cpp 165 sect_cb = pSect->sect_cb;
171 sect_cb,
375 Int sect_cb; /* huff codebook # for each section */ local
396 sect_cb = pSect->sect_cb; /* codebook for this section */
402 *(pHuffBookUsed++) = sect_cb;
403 *(pHuffBookUsed++) = sect_cb;
404 *(pHuffBookUsed++) = sect_cb;
405 *(pHuffBookUsed++) = sect_cb;
    [all...]
huffspec_fxp.cpp 33 (2) Eliminated "continue" in if(sect_cb==ZERO_HCB||...)
318 Int sect_cb; /* section codebook */ local
372 sect_cb = pSectInfo->sect_cb; /* codebook */
373 if ((sect_cb > 15) || (sect_cb < 0))
386 /* sect_cb sect_cb - 1
403 * if ( ((sect_cb - 1) & 0xC) == 0xC ) is identical to
404 * if !((sect_cb == ZERO_HCB) || (sect_cb == NOISE_HCB) |
    [all...]
  /external/aac/libAACdec/src/
block.cpp 280 UCHAR sect_cb; local
303 sect_cb = (UCHAR) FDKreadBits(bs,5);
306 sect_cb = (UCHAR) FDKreadBits(bs,4);
308 if ( ((flags & AC_ER_VCB11) == 0) || ( sect_cb < 11 ) || ((sect_cb > 11) && (sect_cb < 16)) ) {
333 (sect_cb == BOOKSCL) )
337 *pHcrCodeBook++ = sect_cb;
355 if ( (sect_cb == BOOKSCL)
356 || ( (sect_cb == INTENSITY_HCB || sect_cb == INTENSITY_HCB2) && pAacDecoderChannelInfo->pDynData->RawDataInfo.Co (…)
    [all...]

Completed in 2002 milliseconds