Searched defs:c1 (Results 1 - 25 of 31) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dfwalsh_sse2.asm49 psllw xmm2, 2 ; c1 b1
53 punpckhqdq xmm1, xmm2 ; c1 d1
59 paddw xmm7, [GLOBAL(c1)]
62 paddw xmm0, xmm1 ; b1+c1 a1+d1
63 psubw xmm2, xmm1 ; b1-c1 a1-d1
64 paddw xmm0, xmm7 ; b1+c1 a1+d1+(a1!=0)
78 pmaddwd xmm0, [GLOBAL(c1)] ; d11 a11 d10 a10
81 pmaddwd xmm1, [GLOBAL(c1)] ; d12 a12 d13 a13
154 c1: label
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Ddct.c17 int a1, b1, c1, d1; local
25 c1 = ((ip[1] - ip[2]) * 8);
31 op[1] = (c1 * 2217 + d1 * 5352 + 14500)>>12;
32 op[3] = (d1 * 2217 - c1 * 5352 + 7500)>>12;
44 c1 = ip[4] - ip[8];
50 op[4] =((c1 * 2217 + d1 * 5352 + 12000)>>16) + (d1!=0);
51 op[12] = (d1 * 2217 - c1 * 5352 + 51000)>>16;
67 int a1, b1, c1, d1; local
77 c1 = ((ip[1] - ip[3]) * 4);
81 op[1] = b1 + c1;
[all...]
H A Dencodemv.c269 const int c1 = events [mv_max + j]; /* positive */ local
271 const int c = c1 + c2;
274 sign_ct [0] += c1;
H A Dssim.c81 int64_t c1, c2; local
84 c1 = (cc1*count*count)>>12;
87 ssim_n = (2*sum_s*sum_r+ c1)*((int64_t) 2*count*sum_sxr-
90 ssim_d = (sum_s*sum_s +sum_r*sum_r+c1)*
119 int64_t c1, c2; local
122 c1 = cc1*16;
126 ssim_n1 = (2*sum_s*sum_r+ c1);
130 ssim_d1 =((int64_t)sum_s*sum_s +(int64_t)sum_r*sum_r+c1);
/hardware/bsp/intel/peripheral/libupm/src/lol/
H A Dlol.cxx39 static mraa_gpio_context c1, c2, c3, c4; variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp8_fdct4x4_test.cc38 const int c1 = temp1 - temp2; local
44 op[4] = b1 + c1;
45 op[8] = b1 - c1;
56 const int c1 = temp1 - temp2; local
62 op[1] = (b1 + c1 + 4) >> 3;
63 op[2] = (b1 - c1 + 4) >> 3;
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dsdm_types.h63 char c1; member in struct:sdm::SDMCompatibility
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Didctllm.c34 int a1, b1, c1, d1; local
48 c1 = temp1 - temp2;
57 op[shortpitch*1] = b1 + c1;
58 op[shortpitch*2] = b1 - c1;
74 c1 = temp1 - temp2;
84 op[1] = (b1 + c1 + 4) >> 3;
85 op[2] = (b1 - c1 + 4) >> 3;
144 int a1, b1, c1, d1; local
153 c1 = ip[4] - ip[8];
157 op[4] = c1
[all...]
/hardware/qcom/display/msm8960/libqdutils/
H A DqdMetaData.h51 uint16_t c1[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c47 int a1, b1, c1, d1; local
67 c1 = temp1 - temp2;
83 op[4] = b1 + c1;
84 op[8] = b1 - c1;
99 c1 = temp1 - temp2;
115 op[6] = b1 + c1;
116 op[10] = b1 - c1;
137 c1 = temp1 - temp2;
153 op[1] = (b1 + c1 + 4) >> 3;
154 op[2] = (b1 - c1
285 int a1, b1, c1, d1; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ssim.c52 int64_t c1, c2; local
55 c1 = (cc1 * count * count) >> 12;
58 ssim_n = (2 * sum_s * sum_r + c1) * ((int64_t) 2 * count * sum_sxr -
61 ssim_d = (sum_s * sum_s + sum_r * sum_r + c1) *
H A Dvp9_dct.c605 int a1, b1, c1, d1, e1; local
612 c1 = ip[2 * stride];
616 d1 = d1 - c1;
619 c1 = e1 - c1;
620 a1 -= c1;
623 op[4] = c1;
636 c1 = ip[2];
640 d1 -= c1;
643 c1
[all...]
H A Dvp9_rdopt.c1686 int c1 = cost_mv_ref(cpi, NEARMV, rfc); local
1691 if (c1 > c3) return 0;
1698 (c3 >= c1 && frame_mv[NEARMV][ref_frame].as_int == 0))
1703 (c3 >= c1 && frame_mv[NEARMV][ref_frame].as_int == 0 &&
/hardware/qcom/display/msm8084/libqdutils/
H A DqdMetaData.h61 uint16_t c1[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
/hardware/qcom/display/msm8226/libqdutils/
H A DqdMetaData.h61 uint16_t c1[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
/hardware/qcom/display/msm8909/libqdutils/
H A DqdMetaData.h61 uint16_t c1[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
/hardware/qcom/display/msm8994/libqdutils/
H A DqdMetaData.h61 uint16_t c1[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
/hardware/intel/bootstub/
H A Dbootstub.c119 unsigned char c1, c2; local
122 c1 = *cs++;
124 if (c1 != c2)
125 return c1 < c2 ? -1 : 1;
126 if (!c1)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_idct.c26 int a1, b1, c1, d1, e1; local
32 c1 = ip[1] >> UNIT_QUANT_SHIFT;
35 a1 += c1;
39 c1 = e1 - c1;
41 d1 += c1;
44 op[2] = c1;
53 c1 = ip[4 * 1];
56 a1 += c1;
60 c1
[all...]
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_mdp.h390 uint32_t *c1; member in struct:mdp_histogram_data
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_mdp.h410 uint32_t *c1; member in struct:mdp_histogram_data
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_mdp.h436 uint32_t *c1; member in struct:mdp_histogram_data
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_mdp.h452 uint32_t *c1; member in struct:mdp_histogram_data
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_mdp.h706 uint32_t * c1; member in struct:mdp_histogram_data
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_mdp.h769 uint32_t *c1; member in struct:mdp_histogram_data

Completed in 1301 milliseconds

12