Searched refs:weight2 (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexPipeline.cpp | 89 Float4 weight2; in transformBlend() local 94 case 4: weight2 = v[BlendWeight].z; 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() 134 dst.z = pos0.z * weight0 + pos1.z * weight1 + pos2.z * weight2; in transformBlend() 135 dst.w = pos0.w * weight0 + pos1.w * weight1 + pos2.w * weight2; in transformBlend() 139 weight3 = Float4(1.0f) - (weight0 + weight1 + weight2); in transformBlend() 151 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2 + pos3.x * weight3; in transformBlend() 152 dst.y = pos0.y * weight0 + pos1.y * weight1 + pos2.y * weight2 + pos3.y * weight3; in transformBlend() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | rv34.h | 111 int weight1, weight2; ///< B-frame distance fractions (0.14) used in motion compensation member
|
D | rv34.c | 789 r->weight2, in rv4_weight() 795 r->weight2, in rv4_weight() 801 r->weight2, in rv4_weight() 1727 r->mv_weight1 = r->mv_weight2 = r->weight1 = r->weight2 = 8192; in ff_rv34_decode_frame() 1737 r->weight2 = r->mv_weight2; in ff_rv34_decode_frame() 1741 r->weight2 = r->mv_weight2 >> 9; in ff_rv34_decode_frame()
|
/third_party/alsa-utils/speaker-test/ |
D | speaker-test.c | 207 int weight2 = 10000; in chpos_cmp() local 212 weight2 = channel_order[chpos2]; in chpos_cmp() 214 if (weight1 == weight2) { in chpos_cmp() 221 return weight1 - weight2; in chpos_cmp()
|
/third_party/PyYAML/examples/yaml-highlight/ |
D | yaml_hl.py | 84 for index, weight1, weight2, substitution in markers:
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 965 LLVMValueRef weight2; in lp_build_masklerp() local 967 weight2 = lp_build_sub(bld, bld->one, weight); in lp_build_masklerp() 970 weight2 = LLVMBuildBitCast(builder, weight2, in lp_build_masklerp() 973 weight2 = LLVMBuildAnd(builder, weight2, mask0, ""); in lp_build_masklerp() 975 weight2 = LLVMBuildBitCast(builder, weight2, bld->vec_type, ""); in lp_build_masklerp() 976 return lp_build_add(bld, weight, weight2); in lp_build_masklerp()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
D | decode.c | 174 nonzero_weights |= w.weight2 != 0x0; in pandecode_midgard_tiler_descriptor()
|