Home
last modified time | relevance | path

Searched defs:weight1 (Results 1 – 11 of 11) sorted by relevance

/external/libgav1/src/dsp/x86/
Ddistance_weighted_blend_sse4.cc232 const __m128i& weight1) { in ComputeWeightedAverage8()
270 const __m128i weight1 = _mm_set1_epi32(weight_1); in DistanceWeightedBlend4xH_SSE4_1() local
308 const __m128i weight1 = _mm_set1_epi32(weight_1); in DistanceWeightedBlend8xH_SSE4_1() local
341 const __m128i weight1 = _mm_set1_epi32(weight_1); in DistanceWeightedBlendLarge_SSE4_1() local
/external/libxaac/decoder/
Dixheaacd_mps_calc_m1m2_common.c45 WORD32 *weight1, WORD32 *weight2, ia_mps_dec_mps_tables_struct *ia_mps_dec_mps_table_ptr) { in ixheaacd_get_matrix_inversion_weights()
110 VOID ixheaacd_invert_matrix(WORD32 weight1, WORD32 weight2, WORD32 h_real[][2], in ixheaacd_invert_matrix()
815 WORD32 weight1; in ixheaacd_calculate_mtx_inv() local
Dixheaacd_mps_calc_m1m2_emm.c79 WORD32 weight1; in ixheaacd_calc_m1m2_emm() local
/external/dng_sdk/source/
Ddng_hue_sat_map.cpp263 real64 weight1) in Interpolate()
/external/libaom/av1/encoder/x86/
Dml_sse3.c70 const __m128 weight1 = _mm_loadu_ps(&weights[(2 * i + 1) * num_inputs]); in nn_propagate_4to4() local
91 const __m128 weight1 = _mm_loadu_ps(&weights[(2 * i + 1) * num_inputs]); in nn_propagate_4to8() local
/external/libaom/av1/encoder/arm/neon/
Dml_neon.c156 const float32x4_t weight1 = in nn_propagate_4to4() local
193 const float32x4_t weight1 = in nn_propagate_4to8() local
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DLut3d.cpp100 int4 weight1 = (int4)0x8000 - weight2; in kernel() local
/external/libavc/decoder/
Dih264d_inter_pred.c1321 WORD32 weight1, weight2; in ih264d_motion_compensate_mp() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVoteResolver.java1500 private Status computeStatus(long weight1, long weight2) { in computeStatus()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c1827 LLVMValueRef weight0, weight1, weight, delta; in s3tc_decode_block_dxt5() local
Dlp_bld_sample_soa.c984 LLVMValueRef weight1, in lp_build_masklerp2d()