HomeSort by relevance Sort by last modified time
    Searched refs:zbin_boost_ptr (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse2.c 25 short boost = *zbin_boost_ptr; \
27 zbin_boost_ptr++; \
32 zbin_boost_ptr = b->zrun_zbin_boost; \
39 short *zbin_boost_ptr = b->zrun_zbin_boost; local
113 zbin_boost_ptr = b->zrun_zbin_boost;
quantize_sse4.asm 142 lea rdx, [rdx + 2] ; zbin_boost_ptr++
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 111 short *zbin_boost_ptr = b->zrun_zbin_boost; local
132 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value;
134 zbin_boost_ptr ++;
150 zbin_boost_ptr = b->zrun_zbin_boost; /* reset zero runlength */
223 short *zbin_boost_ptr = b->zrun_zbin_boost; local
243 zbin = zbin_ptr[rc] + *zbin_boost_ptr + zbin_oq_value;
245 zbin_boost_ptr ++;
259 zbin_boost_ptr = &b->zrun_zbin_boost[0]; /* reset zrl */

Completed in 39 milliseconds