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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
H A Dreconinter_dspr2.c34 unsigned int a0, a1, a2, a3; local
45 "ulw %[a2], 8(%[src]) \n\t"
49 "sw %[a2], 8(%[dst]) \n\t"
52 [a2] "=&r" (a2), [a3] "=&r" (a3)
H A Didctllm_dspr2.c286 int a2, b2, c2, d2; local
320 a2 = a1 + b1;
325 op[0] = a2 >> 3;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Ddct.c68 int a2, b2, c2, d2; local
98 a2 = a1 + d1;
103 a2 += a2<0;
108 op[0] = (a2+3) >> 3;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Didctllm.c145 int a2, b2, c2, d2; local
174 a2 = a1 + b1;
179 op[0] = (a2 + 3) >> 3;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvariance_test.cc64 const int a2 = ref[(w + 1) * (y + 0) + x + 1]; local
67 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4);
178 const int a2 = ref[(w + 1) * (y + 0) + x + 1]; local
181 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c217 // a2 = (src[2] * 1 + s[3] * 3) >> 2
256 // a2 = (src[2] * 1 + s[3] * 3) >> 2
2846 uint8 a2 = (s[2] * 1 + s[3] * 3 + 2) >> 2; local
2852 d[2] = (a2 * 3 + b2 + 2) >> 2;
2872 uint8 a2 = (s[2] * 1 + s[3] * 3 + 2) >> 2; local
2878 d[2] = (a2 + b2 + 1) >> 1;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h114 struct ether_addr a2; /* address 2 */ member in struct:dot11_header

Completed in 98 milliseconds