HomeSort by relevance Sort by last modified time
    Searched full:nzbins (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 36 const int nzbins[2] = { zbins[0] * -1, local
48 if (coeff < zbins[rc != 0] && coeff > nzbins[rc != 0])
87 int zbins[2], nzbins[2]; local
100 nzbins[0] = zbins[0] * -1;
101 nzbins[1] = zbins[1] * -1;
111 if (z >= zbins[rc != 0] || z <= nzbins[rc != 0])

Completed in 94 milliseconds