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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
residual.cpp 149 int i, maxNumCoeff, nC;
164 maxNumCoeff = 16;
170 maxNumCoeff = 16;
178 maxNumCoeff = 15;
184 maxNumCoeff = 4;
200 maxNumCoeff = 15;
359 if (TotalCoeff < maxNumCoeff)
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
residual.cpp 179 int nC, maxNumCoeff = 16;
221 maxNumCoeff = 15;
240 decvid->residual_block(decvid, nC, maxNumCoeff, level, run, &numcoeff);
352 AVCDec_Status residual_block_cavlc(AVCDecObject *decvid, int nC, int maxNumCoeff,
479 if (TotalCoeff < maxNumCoeff)
avcdec_lib.h 552 AVCDec_Status residual_block_cavlc(AVCDecObject *video, int nC, int maxNumCoeff,

Completed in 441 milliseconds