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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
block.cpp 371 int *level, *run, zero_run, ncoeff; local
462 ncoeff = 0;
480 level[ncoeff] = lev;
485 level[ncoeff] = -lev;
488 run[ncoeff++] = zero_run;
499 encvid->numcoefdc = ncoeff;
500 if (ncoeff)
588 ncoeff = 0;
609 level[ncoeff] = lev;
614 level[ncoeff] = -lev
734 int *level, *run, zero_run, ncoeff; local
1126 int k, ncoeff, idx; local
1214 int k, ncoeff, idx; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3_x86_64.asm 19 cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \
58 DEFINE_ARGS coeff, ncoeff, d1, qcoeff, dqcoeff, iscan, d2, d3, d4, d5, d6, eob
201 DEFINE_ARGS dqcoeff, ncoeff, qcoeff, eob
222 cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \
251 DEFINE_ARGS coeff, ncoeff, d1, qcoeff, dqcoeff, iscan, d2, d3, d4, d5, d6, eob
384 DEFINE_ARGS dqcoeff, ncoeff, qcoeff, eob
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 19 cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \
58 DEFINE_ARGS coeff, ncoeff, d1, qcoeff, dqcoeff, iscan, d2, d3, d4, d5, d6, eob
201 DEFINE_ARGS dqcoeff, ncoeff, qcoeff, eob
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 19 cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \
58 DEFINE_ARGS coeff, ncoeff, d1, qcoeff, dqcoeff, iscan, d2, d3, d4, d5, d6, eob
201 DEFINE_ARGS dqcoeff, ncoeff, qcoeff, eob

Completed in 464 milliseconds