/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 54 int c2, d2; in vp8_short_idct4x4llm_dspr2() local 75 c2 = temp3 - temp4; in vp8_short_idct4x4llm_dspr2() 91 op[5] = b1 + c2; in vp8_short_idct4x4llm_dspr2() 92 op[9] = b1 - c2; in vp8_short_idct4x4llm_dspr2() 107 c2 = temp3 - temp4; in vp8_short_idct4x4llm_dspr2() 123 op[7] = b1 + c2; in vp8_short_idct4x4llm_dspr2() 124 op[11] = b1 - c2; in vp8_short_idct4x4llm_dspr2() 145 c2 = temp3 - temp4; in vp8_short_idct4x4llm_dspr2() 161 op[5] = (b1 + c2 + 4) >> 3; in vp8_short_idct4x4llm_dspr2() 162 op[6] = (b1 - c2 + 4) >> 3; in vp8_short_idct4x4llm_dspr2() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | dct.c | 68 int a2, b2, c2, d2; in vp8_short_walsh4x4_c() local 100 c2 = b1 - c1; in vp8_short_walsh4x4_c() 105 c2 += c2<0; in vp8_short_walsh4x4_c() 110 op[8] = (c2+3) >> 3; in vp8_short_walsh4x4_c()
|
D | ssim.c | 81 int64_t c1, c2; in similarity() local 85 c2 = (cc2*count*count)>>12; in similarity() 88 (int64_t) 2*sum_s*sum_r+c2); in similarity() 92 (int64_t)count*sum_sq_r-(int64_t) sum_r*sum_r +c2) ; in similarity() 119 int64_t c1, c2; in dssim() local 123 c2 = cc2*16; in dssim() 128 ssim_n2 =((int64_t) 2*256*sum_sxr-(int64_t) 2*sum_s*sum_r+c2); in dssim() 133 (int64_t) 256*sum_sq_r-(int64_t) sum_r*sum_r +c2) ; in dssim()
|
D | encodemv.c | 270 const int c2 = events [mv_max - j]; /* negative */ in write_component_probs() local 271 const int c = c1 + c2; in write_component_probs() 275 sign_ct [1] += c2; in write_component_probs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | iwalsh_v6.asm | 60 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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_ssim.c | 52 int64_t c1, c2; in similarity() local 56 c2 = (cc2 * count * count) >> 12; in similarity() 59 (int64_t) 2 * sum_s * sum_r + c2); in similarity() 63 (int64_t)count * sum_sq_r - (int64_t) sum_r * sum_r + c2); in similarity()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | vp8_shortwalsh4x4_neon.asm | 72 vsub.s32 q2, q11, q10 ; c2 = b1 - c1 83 vsub.s32 q2, q2, q10 ; c2 += c2 < 0 88 vadd.s32 q10, q2, q15 ; c2 + 3
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | idctllm.c | 145 int a2, b2, c2, d2; in vp8_short_inv_walsh4x4_c() local 176 c2 = a1 - b1; in vp8_short_inv_walsh4x4_c() 181 op[2] = (c2 + 3) >> 3; in vp8_short_inv_walsh4x4_c()
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | sdm_types.h | 65 char c2; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | idctllm_altivec.asm | 78 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/qcom/display/msm8960/libqdutils/ |
D | qdMetaData.h | 52 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_sse2.asm | 705 … 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/intel/bootstub/ |
D | bootstub.c | 119 unsigned char c1, c2; in strncmp() local 123 c2 = *ct++; in strncmp() 124 if (c1 != c2) in strncmp() 125 return c1 < c2 ? -1 : 1; in strncmp()
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | qdMetaData.h | 62 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | qdMetaData.h | 62 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | qdMetaData.h | 62 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member
|
/hardware/qcom/display/msm8909/libqdutils/ |
D | qdMetaData.h | 62 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | walsh_v6.asm | 89 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/bsp/intel/peripheral/libupm/src/lol/ |
D | lol.cxx | 39 static mraa_gpio_context c1, c2, c3, c4; variable
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMdp.cpp | 308 memcpy(mParams.params.igc_lut_params.c2, in setVisualParams() 309 data.igcData.c2, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES); in setVisualParams()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMdp.cpp | 314 memcpy(mParams.params.igc_lut_params.c2, in setVisualParams() 315 data.igcData.c2, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES); in setVisualParams()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMdp.cpp | 333 memcpy(mParams.params.igc_lut_params.c2, in setVisualParams() 334 data.igcData.c2, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES); in setVisualParams()
|
/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayMdp.cpp | 319 memcpy(mParams.params.igc_lut_params.c2, in setVisualParams() 320 data.igcData.c2, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES); in setVisualParams()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMdp.cpp | 321 memcpy(mParams.params.igc_lut_params.c2, in setVisualParams() 322 data.igcData.c2, sizeof(uint16_t) * MAX_IGC_LUT_ENTRIES); in setVisualParams()
|
/hardware/qcom/msm8x27/kernel-headers/linux/ |
D | msm_mdp.h | 391 uint32_t *c2; member
|