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/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;
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.c245 unsigned int o2, b2, d2, f2; local
256 ret = sscanf(id2, "pci:%04x:%02x:%02x.%u", &o2, &b2, &d2, &f2);
259 ret = sscanf(id2, "PCI:%u:%u:%u", &b2, &d2, &f2);
264 if ((o1 != o2) || (b1 != b2) || (d1 != d2) || (f1 != f2))

Completed in 1291 milliseconds