Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/x86/
Ddistance_weighted_blend_sse4.cc228 const __m128i& weight1) { in ComputeWeightedAverage8()
264 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
340 const __m128i weight1 = _mm_set1_epi32(weight_1); in DistanceWeightedBlendLarge_SSE4_1() local
/external/libaom/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/dng_sdk/source/
Ddng_hue_sat_map.cpp263 real64 weight1) in Interpolate()
/external/swiftshader/src/Shader/
DVertexPipeline.cpp88 Float4 weight1; in transformBlend() local
/external/libavc/decoder/
Dih264d_inter_pred.c1321 WORD32 weight1, weight2; in ih264d_motion_compensate_mp() local
/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java1346 private Status computeStatus(long weight1, long weight2, Status oldStatus) { 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()