Searched defs:r1 (Results 1 - 11 of 11) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
H A Dmcifcfunc.h69 uint32_t r1; member in struct:__anon2794
79 uint32_t r1,
89 uint32_t r1,
93 return smcFc(r0,r1,r2,r3);
130 return ret.r1;
151 if (MC_FC_RET_OK == ret.r1)
157 return ret.r1;
182 return ret.r1;
87 fastCall( uint32_t r0, uint32_t r1, uint32_t r2, uint32_t r3 ) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_armtrap.h63 uint32 r1; /* a2 */ member in struct:_trap_struct
/hardware/qcom/display/msm8084/libcopybit/
H A Dsoftware_converter.cpp92 // r1 tracks the row of the source buffer
98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
99 while(r1 < height/2) {
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
118 r1++;
/hardware/qcom/display/msm8226/libcopybit/
H A Dsoftware_converter.cpp92 // r1 tracks the row of the source buffer
98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
99 while(r1 < height/2) {
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
118 r1++;
/hardware/qcom/display/msm8960/libcopybit/
H A Dsoftware_converter.cpp92 // r1 tracks the row of the source buffer
98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
99 while(r1 < height/2) {
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
118 r1++;
/hardware/qcom/display/msm8974/libcopybit/
H A Dsoftware_converter.cpp92 // r1 tracks the row of the source buffer
98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
99 while(r1 < height/2) {
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
118 r1++;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c3525 int r1 = (src[xi + src_stride] * (65536 - xf) + local
3527 *dst++ = (r0 * (65536 - yf) + r1 * yf) >> 16;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c2211 uint32 r1, r0; local
2240 r1 = a1 * b1 + ((a1 * b0) >> 16) + ((b1 * a0) >> 16) + (cc / 2);
2242 *r_high = r1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c64 const __m128i r1 = _mm_add_epi16(in1, in2); local
69 const __m128i t0 = _mm_unpacklo_epi16(r0, r1);
333 const __m128i r1 = _mm_add_epi16(q1, q2); local
337 const __m128i t0 = _mm_unpacklo_epi16(r0, r1);
338 const __m128i t1 = _mm_unpackhi_epi16(r0, r1);
392 const __m128i r1 = _mm_packs_epi32(s2, s3); local
396 const __m128i x2 = _mm_sub_epi16(q7, r1);
397 const __m128i x3 = _mm_add_epi16(q7, r1);
1244 const __m128i r1 = _mm_add_epi16(q1, q2); local
1249 const __m128i t0 = _mm_unpacklo_epi16(r0, r1);
1305 const __m128i r1 = _mm_packs_epi32(s2, s3); local
[all...]
H A Dvp9_dct_sse2.c110 const __m128i r1 = _mm_unpackhi_epi16(in0, in1); local
112 // r1 = [iC i8 iD i9 iE iA iF iB]
114 const __m128i r3 = _mm_shuffle_epi32(r1, 0xB4);
434 const __m128i r1 = _mm_add_epi16(q1, q2); local
438 const __m128i t0 = _mm_unpacklo_epi16(r0, r1);
439 const __m128i t1 = _mm_unpackhi_epi16(r0, r1);
493 const __m128i r1 = _mm_packs_epi32(s2, s3); local
497 const __m128i x2 = _mm_sub_epi16(q7, r1);
498 const __m128i x3 = _mm_add_epi16(q7, r1);
1345 const __m128i r1 local
1406 const __m128i r1 = _mm_packs_epi32(s2, s3); local
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp829 inline bool intersect(const hwc_rect &r1, const hwc_rect &r2) argument
831 return !(r1.left > r2.right ||
832 r1.right < r2.left ||
833 r1.top > r2.bottom ||
834 r1.bottom < r2.top);
837 inline hwc_rect intersection(const hwc_rect &r1, const hwc_rect &r2) argument
840 i.top = max(r1.top, r2.top);
841 i.bottom = min(r1.bottom, r2.bottom);
842 i.left = max(r1.left, r2.left);
843 i.right = min(r1
[all...]

Completed in 524 milliseconds