Searched defs:ncoeff (Results 1 - 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
H A D | 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] 734 int *level, *run, zero_run, ncoeff; local 1126 int k, ncoeff, idx; local 1214 int k, ncoeff, idx; local [all...] |
Completed in 22 milliseconds