Searched refs:weight0 (Results 1 – 6 of 6) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | distance_weighted_blend_sse4.cc | 227 const __m128i& weight0, in ComputeWeightedAverage8() argument 239 __m128i mult0 = _mm_mullo_epi32(prediction0, weight0); in ComputeWeightedAverage8() 247 mult0 = _mm_mullo_epi32(prediction0, weight0); in ComputeWeightedAverage8() 263 const __m128i weight0 = _mm_set1_epi32(weight_0); in DistanceWeightedBlend4xH_SSE4_1() local 277 ComputeWeightedAverage8(src_0, src_1, weight0, weight1); in DistanceWeightedBlend4xH_SSE4_1() 288 ComputeWeightedAverage8(src_0, src_1, weight0, weight1); in DistanceWeightedBlend4xH_SSE4_1() 307 const __m128i weight0 = _mm_set1_epi32(weight_0); in DistanceWeightedBlend8xH_SSE4_1() local 317 ComputeWeightedAverage8(src_00, src_10, weight0, weight1); in DistanceWeightedBlend8xH_SSE4_1() 324 ComputeWeightedAverage8(src_01, src_11, weight0, weight1); in DistanceWeightedBlend8xH_SSE4_1() 339 const __m128i weight0 = _mm_set1_epi32(weight_0); in DistanceWeightedBlendLarge_SSE4_1() local [all …]
|
/external/swiftshader/src/Shader/ |
D | VertexPipeline.cpp | 87 Float4 weight0; in transformBlend() local 96 case 2: weight0 = v[BlendWeight].x; in transformBlend() 107 weight1 = Float4(1.0f) - weight0; in transformBlend() 115 dst.x = pos0.x * weight0 + pos1.x * weight1; // FIXME: Vector4f operators in transformBlend() 116 dst.y = pos0.y * weight0 + pos1.y * weight1; in transformBlend() 117 dst.z = pos0.z * weight0 + pos1.z * weight1; in transformBlend() 118 dst.w = pos0.w * weight0 + pos1.w * weight1; in transformBlend() 122 weight2 = Float4(1.0f) - (weight0 + weight1); in transformBlend() 132 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2; in transformBlend() 133 dst.y = pos0.y * weight0 + pos1.y * weight1 + pos2.y * weight2; in transformBlend() [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | ml_sse3.c | 68 const __m128 weight0 = _mm_loadu_ps(&weights[2 * i * num_inputs]); in nn_propagate_4to4() local 69 const __m128 mul0 = _mm_mul_ps(weight0, inputs128); in nn_propagate_4to4() 90 const __m128 weight0 = _mm_loadu_ps(&weights[2 * i * num_inputs]); in nn_propagate_4to8() local 92 const __m128 mul0 = _mm_mul_ps(inputs128, weight0); in nn_propagate_4to8()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_s3tc.c | 1827 LLVMValueRef weight0, weight1, weight, delta; in s3tc_decode_block_dxt5() local 1838 weight0 = LLVMConstVector(elems, 8); in s3tc_decode_block_dxt5() 1850 weight0 = LLVMBuildBitCast(builder, weight0, bld8.vec_type, ""); in s3tc_decode_block_dxt5() 1852 weight = lp_build_select(&bld8, sel_mask, weight0, weight1); in s3tc_decode_block_dxt5()
|
D | lp_bld_sample_soa.c | 983 LLVMValueRef weight0, in lp_build_masklerp2d() argument 990 LLVMValueRef val0 = lp_build_masklerp(bld, weight0, mask00, mask01); in lp_build_masklerp2d() 991 LLVMValueRef val1 = lp_build_masklerp(bld, weight0, mask10, mask11); in lp_build_masklerp2d()
|
/external/mesa3d/src/panfrost/lib/ |
D | decode.c | 268 nonzero_weights |= w.weight0 != 0x0; in pandecode_midgard_tiler_descriptor()
|