Home
last modified time | relevance | path

Searched defs:weight0 (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/src/dsp/x86/
Ddistance_weighted_blend_sse4.cc231 const __m128i& weight0, in ComputeWeightedAverage8()
269 const __m128i weight0 = _mm_set1_epi32(weight_0); in DistanceWeightedBlend4xH_SSE4_1() local
307 const __m128i weight0 = _mm_set1_epi32(weight_0); in DistanceWeightedBlend8xH_SSE4_1() local
340 const __m128i weight0 = _mm_set1_epi32(weight_0); in DistanceWeightedBlendLarge_SSE4_1() local
/external/libaom/av1/encoder/x86/
Dml_sse3.c68 const __m128 weight0 = _mm_loadu_ps(&weights[2 * i * num_inputs]); in nn_propagate_4to4() local
90 const __m128 weight0 = _mm_loadu_ps(&weights[2 * i * num_inputs]); in nn_propagate_4to8() local
/external/libaom/av1/encoder/arm/neon/
Dml_neon.c154 const float32x4_t weight0 = vld1q_f32(&weights[in + 2 * i * num_inputs]); in nn_propagate_4to4() local
192 const float32x4_t weight0 = vld1q_f32(&weights[in + 2 * i * num_inputs]); in nn_propagate_4to8() local
/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.c983 LLVMValueRef weight0, in lp_build_masklerp2d()