Searched defs:zbin (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dquantize.c25 int zbin; local
28 short *zbin_ptr = b->zbin;
45 zbin = zbin_ptr[rc] ;
50 if (x >= zbin)
109 int zbin; local
113 short *zbin_ptr = b->zbin;
132 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value;
138 if (x >= zbin)
221 int zbin; local
225 short *zbin_ptr = b->zbin;
[all...]
H A Dblock.h41 short *zbin; member in struct:block
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h78 int16_t *zbin; member in struct:macroblock_plane

Completed in 415 milliseconds