Home
last modified time | relevance | path

Searched refs:ncoeff (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dblock.cpp371 int *level, *run, zero_run, ncoeff; in dct_luma_16x16() local
462 ncoeff = 0; in dct_luma_16x16()
480 level[ncoeff] = lev; in dct_luma_16x16()
485 level[ncoeff] = -lev; in dct_luma_16x16()
488 run[ncoeff++] = zero_run; in dct_luma_16x16()
499 encvid->numcoefdc = ncoeff; in dct_luma_16x16()
500 if (ncoeff) in dct_luma_16x16()
588 ncoeff = 0; in dct_luma_16x16()
609 level[ncoeff] = lev; in dct_luma_16x16()
614 level[ncoeff] = -lev; in dct_luma_16x16()
[all …]