Searched defs:b2 (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Ddct.c68 int a2, b2, c2, d2; local
99 b2 = b1 + c1;
104 b2 += b2<0;
109 op[4] = (b2+3) >> 3;
H A Dquantize.c305 void vp8_regular_quantize_b_pair(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) argument
308 vp8_regular_quantize_b(b2, d2);
311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) argument
314 vp8_fast_quantize_b_c(b2, d2);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Didctllm.c145 int a2, b2, c2, d2; local
175 b2 = c1 + d1;
180 op[1] = (b2 + 3) >> 3;
/hardware/bsp/intel/peripheral/libupm/src/bmpx8x/
H A Dbmpx8x.h181 int16_t ac1, ac2, ac3, b1, b2, mb, mc, md; member in class:upm::BMPX8X
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c286 int a2, b2, c2, d2; local
321 b2 = d1 + c1;
326 op[1] = b2 >> 3;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvariance_test.cc66 const int b2 = ref[(w + 1) * (y + 1) + x + 1]; local
68 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4);
180 const int b2 = ref[(w + 1) * (y + 1) + x + 1]; local
182 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c2849 uint8 b2 = (t[2] * 1 + t[3] * 3 + 2) >> 2; local
2852 d[2] = (a2 * 3 + b2 + 2) >> 2;
2875 uint8 b2 = (t[2] * 1 + t[3] * 3 + 2) >> 2; local
2878 d[2] = (a2 + b2 + 1) >> 1;

Completed in 140 milliseconds