Searched defs:c2 (Results 1 - 23 of 23) sorted by relevance

/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 Dencodemv.c270 const int c2 = events [mv_max - j]; /* negative */ local
271 const int c = c1 + c2;
275 sign_ct [1] += c2;
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) ;
/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/qcom/display/msm8960/libqdutils/
H A DqdMetaData.h52 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
/hardware/qcom/display/msm8974/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/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/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);
H A Dvp9_rdopt.c1687 int c2 = cost_mv_ref(cpi, NEARESTMV, rfc); local
1693 if (c2 > c3) return 0;
1697 if ((c3 >= c2 && frame_mv[NEARESTMV][ref_frame].as_int == 0) ||
1701 if ((c3 >= c2 && frame_mv[NEARESTMV][ref_frame].as_int == 0 &&
/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/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/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_mdp.h391 uint32_t *c2; member in struct:mdp_histogram_data
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_mdp.h411 uint32_t *c2; member in struct:mdp_histogram_data
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp251 static inline bool gsc_dst_cfg_changed(exynos_gsc_img &c1, exynos_gsc_img &c2) argument
253 return c1.x != c2.x ||
254 c1.y != c2.y ||
255 c1.w != c2.w ||
256 c1.h != c2.h ||
257 c1.format != c2.format ||
258 c1.rot != c2.rot ||
259 c1.cacheable != c2.cacheable ||
260 c1.drmMode != c2.drmMode;
263 static inline bool gsc_src_cfg_changed(exynos_gsc_img &c1, exynos_gsc_img &c2) argument
[all...]
/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
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_mdp.h532 uint32_t *c2; member in struct:mdp_histogram_data
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_mdp.h556 uint32_t *c2; member in struct:mdp_histogram_data
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_mdp.h684 uint32_t *c2; member in struct:mdp_histogram_data
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_mdp.h746 uint32_t *c2; member in struct:mdp_histogram_data
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_mdp.h670 uint32_t *c2; member in struct:mdp_histogram_data
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_mdp.h723 uint32_t *c2; member in struct:mdp_histogram_data

Completed in 670 milliseconds