Searched refs:c2 (Results 1 - 25 of 37) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/include/core/
H A Dsdm_types.h65 char c2; member in struct:sdm::SDMCompatibility
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c54 int c2, d2; local
75 c2 = temp3 - temp4;
91 op[5] = b1 + c2;
92 op[9] = b1 - c2;
107 c2 = temp3 - temp4;
123 op[7] = b1 + c2;
124 op[11] = b1 - c2;
145 c2 = temp3 - temp4;
161 op[5] = (b1 + c2 + 4) >> 3;
162 op[6] = (b1 - c2
286 int a2, b2, c2, d2; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Ddct.c68 int a2, b2, c2, d2; local
100 c2 = b1 - c1;
105 c2 += c2<0;
110 op[8] = (c2+3) >> 3;
H A Dssim.c81 int64_t c1, c2; local
85 c2 = (cc2*count*count)>>12;
88 (int64_t) 2*sum_s*sum_r+c2);
92 (int64_t)count*sum_sq_r-(int64_t) sum_r*sum_r +c2) ;
119 int64_t c1, c2; local
123 c2 = cc2*16;
128 ssim_n2 =((int64_t) 2*256*sum_sxr-(int64_t) 2*sum_s*sum_r+c2);
133 (int64_t) 256*sum_sq_r-(int64_t) sum_r*sum_r +c2) ;
H A Dencodemv.c270 const int c2 = events [mv_max - j]; /* negative */ local
271 const int c = c1 + c2;
275 sign_ct [1] += c2;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Diwalsh_v6.asm60 qaddsubx r2, r10, r11 ; [b2|c2] [c1+d1 | a1-b1]
63 qaddsubx r4, r12, lr ; [b2|c2] [c1+d1 | a1-b1]
66 qadd16 r2, r2, r10 ; [b2+3|c2+3]
68 qadd16 r4, r4, r10 ; [b2+3|c2+3]
98 qaddsubx r6, r2, r3 ; [b2|c2] [c1+d1 | a1-b1]
100 qaddsubx r8, r4, r5 ; [b2|c2] [c1+d1 | a1-b1]
103 qadd16 r6, r6, r10 ; [b2+3|c2+3]
105 qadd16 r8, r8, r10 ; [b2+3|c2+3]
/hardware/qcom/display/msm8960/libqdutils/
H A DqdMetaData.h52 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Didctllm.c145 int a2, b2, c2, d2; local
176 c2 = a1 - b1;
181 op[2] = (c2 + 3) >> 3;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ssim.c52 int64_t c1, c2; local
56 c2 = (cc2 * count * count) >> 12;
59 (int64_t) 2 * sum_s * sum_r + c2);
63 (int64_t)count * sum_sq_r - (int64_t) sum_r * sum_r + c2);
/hardware/qcom/display/msm8084/libqdutils/
H A DqdMetaData.h62 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
/hardware/qcom/display/msm8226/libqdutils/
H A DqdMetaData.h62 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
/hardware/qcom/display/msm8909/libqdutils/
H A DqdMetaData.h62 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
/hardware/qcom/display/msm8994/libqdutils/
H A DqdMetaData.h62 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Didctllm_altivec.asm78 vmrglw v7, v2, v3 ;# c2 d2 c3 d3
83 vperm v2, v6, v7, v10 ;# a2 b2 c2 d2
129 vmrghh v2, v0, v1 ;# a0 c0 a1 c1 a2 c2 a3 c3
133 vmrglh v1, v2, v3 ;# a2 b2 c2 d2 a3 b3 c3 d3
/hardware/bsp/intel/peripheral/libupm/src/lol/
H A Dlol.cxx39 static mraa_gpio_context c1, c2, c3, c4; variable
/hardware/intel/bootstub/
H A Dbootstub.c119 unsigned char c1, c2; local
123 c2 = *ct++;
124 if (c1 != c2)
125 return c1 < c2 ? -1 : 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
H A Dwalsh_v6.asm89 subs r0, r11, r12 ; c2 = b1_0 - c1_0
119 subs r2, r3, r5 ; c2 = b1_3 - c1_3
154 subs r2, r3, r7 ; c2 = b1_1 - c1_1
190 subs r2, r12, r8 ; c2 = b1_2 - c1_2
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm705 movq xmm1, [rsi+4*rax] ; xx xx xx xx xx xx xx xx c7 c6 c5 c4 c3 c2 c1 c0
715 punpcklbw xmm1, xmm6 ; d7 c7 d6 c6 d5 c5 d4 c4 d3 c3 d2 c2 d1 e1 d0 c0
724 punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0
734 punpckhdq xmm5, xmm1 ; f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
752 punpcklqdq xmm2, xmm5 ; f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
875 ; xmm1 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
879 movdqa xmm2, xmm1 ; f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
883 punpckhbw xmm1, xmm6 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
893 movdqa xmm5, xmm1 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
897 punpckhwd xmm5, xmm3 ; f5 f4 f3 f2 e5 e4 e3 e2 d5 d4 d3 d2 c5 c4 c3 c2
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdp.cpp308 memcpy(mParams.params.igc_lut_params.c2,
309 data.igcData.c2, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdp.cpp333 memcpy(mParams.params.igc_lut_params.c2,
334 data.igcData.c2, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdp.cpp314 memcpy(mParams.params.igc_lut_params.c2,
315 data.igcData.c2, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdp.cpp319 memcpy(mParams.params.igc_lut_params.c2,
320 data.igcData.c2, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdp.cpp321 memcpy(mParams.params.igc_lut_params.c2,
322 data.igcData.c2, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES);
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_mdp.h437 uint32_t *c2; member in struct:mdp_histogram_data
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_mdp.h453 uint32_t *c2; member in struct:mdp_histogram_data

Completed in 460 milliseconds

12