Home
last modified time | relevance | path

Searched refs:sum_2 (Results 1 – 8 of 8) sorted by relevance

/external/libopus/celt/mips/
Dpitch_mipsr1.h70 opus_int64 sum_0, sum_1, sum_2, sum_3; in xcorr_kernel_mips() local
73 sum_2 = (opus_int64)sum[2]; in xcorr_kernel_mips()
88 sum_2 = __builtin_mips_madd( sum_2, tmp, y_2); in xcorr_kernel_mips()
96 sum_2 = __builtin_mips_madd( sum_2, tmp, y_3); in xcorr_kernel_mips()
104 sum_2 = __builtin_mips_madd( sum_2, tmp, y_0); in xcorr_kernel_mips()
113 sum_2 = __builtin_mips_madd( sum_2, tmp, y_1); in xcorr_kernel_mips()
124 sum_2 = __builtin_mips_madd( sum_2, tmp, y_2); in xcorr_kernel_mips()
135 sum_2 = __builtin_mips_madd( sum_2, tmp, y_3); in xcorr_kernel_mips()
146 sum_2 = __builtin_mips_madd( sum_2, tmp, y_0); in xcorr_kernel_mips()
153 sum[2] = (opus_val32)sum_2; in xcorr_kernel_mips()
/external/libmpeg2/common/x86/
Dideint_cac_ssse3.c102 WORD32 sum_1, sum_2, sum_3, sum_4; in ideint_cac_8x8_ssse3() local
137 sum_2 = _mm_cvtsi128_si32(sum_b[i + 0]); in ideint_cac_8x8_ssse3()
138 sum_diff = ABS_DIF(sum_1, sum_2); in ideint_cac_8x8_ssse3()
149 alt[0] += ABS_DIF(sum_2, sum_4); in ideint_cac_8x8_ssse3()
152 sum_2 = _mm_cvtsi128_si32(_mm_srli_si128(sum_b[i + 0], 8)); in ideint_cac_8x8_ssse3()
153 sum_diff = ABS_DIF(sum_1, sum_2); in ideint_cac_8x8_ssse3()
164 alt[1] += ABS_DIF(sum_2, sum_4); in ideint_cac_8x8_ssse3()
/external/libmpeg2/common/
Dideint_cac.c161 WORD32 sum_1, sum_2, sum_3, sum_4; in cac_4x8() local
169 sum_2 = 0; in cac_4x8()
174 sum_2 += *pu1_tmp_bot++; in cac_4x8()
177 sum_diff = ABS_DIF(sum_1, sum_2); in cac_4x8()
213 alt += ABS_DIF(sum_2, sum_4); in cac_4x8()
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_area_op.cc69 float sum_2 = 0; in ComputePatchSumOf3Channels() local
93 sum_2 += sum_y_2 * y_scales[i]; in ComputePatchSumOf3Channels()
98 output_ptr[2] = sum_2 * scale; in ComputePatchSumOf3Channels()
/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_combiner_test.cc163 HloComputation* sum_2 = MakeReduction(HloOpcode::kAdd, module.get()); in TEST_F() local
169 {sum, sum_2, min, min, min, max, max, max, sum, sum_2}, &inputs, &b); in TEST_F()
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-profdata.rst336 sum_2 = c2_1 + c2_2 + ... + c2_n + c2_v_1 + c2_v_2 + ... + c2_v_t.
337 *overlap* = min(c1_1/sum_1, c2_1/sum_2) + min(c1_2/sum_1, c2_2/sum_2) + ...
338 + min(c1_n/sum_1, c2_n/sum_2).
/external/libaom/libaom/av1/common/x86/
Dcfl_ssse3.c215 const __m128i sum_2 = _mm_add_epi16(top_2, bot_2); in cfl_luma_subsampling_420_hbd_ssse3() local
217 __m128i next_sum = _mm_hadd_epi16(sum_2, sum_3); in cfl_luma_subsampling_420_hbd_ssse3()
/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_cfl_neon.cc343 const uint8x8_t sum_2 = Combine8(luma_row_2, alpha, dc); in CflIntraPredictor32xN_NEON() local
347 vst1_u8(dst + 16, sum_2); in CflIntraPredictor32xN_NEON()
1198 const uint16x8_t sum_2 = in CflIntraPredictor32xN_NEON() local
1204 vst1q_u16(dst + 16, sum_2); in CflIntraPredictor32xN_NEON()