/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/libvpx/libvpx/vpx_dsp/x86/ |
quantize_avx_x86_64.asm | 16 cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \ 28 ; Special case for ncoeff == 16, as it is frequent and we can save on 34 ;; Special case of ncoeff == 16 187 ;; Generic case of ncoeff != 16 194 DEFINE_ARGS coeff, ncoeff, skip, zbin, round, quant, shift, \ 227 DEFINE_ARGS coeff, ncoeff, d1, qcoeff, dqcoeff, iscan, d2, d3, d4, d5, eob 500 DEFINE_ARGS coeff, ncoeff, skip, zbin, round, quant, shift, \ 508 DEFINE_ARGS dqcoeff, ncoeff, qcoeff, eob
|
quantize_ssse3_x86_64.asm | 20 cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \ 55 DEFINE_ARGS coeff, ncoeff, d1, qcoeff, dqcoeff, iscan, d2, d3, d4, d5, eob 312 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
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_quantize_ssse3_x86_64.asm | 21 cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \
|