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

  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 104 UINT *pSegmentBitfield,
131 UINT *pSegmentBitfield;
152 pSegmentBitfield = pHcr->segmentInfo.pSegmentBitfield;
159 pSegmentBitfield,
226 tempWord = pSegmentBitfield[bitfieldWord] & pCodewordBitfield[bitfieldWord];
323 UINT *pSegmentBitfield,
336 /* bit in pSegmentBitfield is zero if segment is empty; bit in pSegmentBitfield is one if segment is not empty */
352 pSegmentBitfield[bitfieldWord] = tempWord; /* store result *
    [all...]
aacdec_hcr_types.h 301 UINT pSegmentBitfield[((1024>>1)/NUMBER_OF_BIT_IN_WORD+1)];

Completed in 906 milliseconds