/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_mc_biw_msa.c | 90 int32_t weight1, in hevc_biwgt_copy_4w_msa() argument 107 weight = weight0 | (weight1 << 16); in hevc_biwgt_copy_4w_msa() 179 int32_t weight1, in hevc_biwgt_copy_6w_msa() argument 196 weight = weight0 | (weight1 << 16); in hevc_biwgt_copy_6w_msa() 233 int32_t weight1, in hevc_biwgt_copy_8w_msa() argument 249 weight = weight0 | (weight1 << 16); in hevc_biwgt_copy_8w_msa() 321 int32_t weight1, in hevc_biwgt_copy_12w_msa() argument 337 weight = weight0 | (weight1 << 16); in hevc_biwgt_copy_12w_msa() 380 int32_t weight1, in hevc_biwgt_copy_16w_msa() argument 396 weight = weight0 | (weight1 << 16); in hevc_biwgt_copy_16w_msa() [all …]
|
D | hevcdsp_mips.h | 358 int weight1, \
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_hue_sat_map.cpp | 263 real64 weight1) in Interpolate() argument 266 if (weight1 >= 1.0) in Interpolate() 282 if (weight1 <= 0.0) in Interpolate() 331 real32 w1 = (real32) weight1; in Interpolate()
|
D | dng_hue_sat_map.h | 228 real64 weight1);
|
/third_party/astc-encoder/Source/ |
D | astcenc_decompress_symbolic.cpp | 73 vint4 weight1 = weights; in lerp_color_int() local 74 vint4 weight0 = vint4(64) - weight1; in lerp_color_int() 82 vint4 color = (color0 * weight0) + (color1 * weight1) + vint4(32); in lerp_color_int() 571 vint weight1 = vint::loada(plane1_weights + i); in compute_symbolic_block_difference_1plane_1partition() local 572 vint ep1_r = vint(ep1.lane<0>()) * weight1; in compute_symbolic_block_difference_1plane_1partition() 573 vint ep1_g = vint(ep1.lane<1>()) * weight1; in compute_symbolic_block_difference_1plane_1partition() 574 vint ep1_b = vint(ep1.lane<2>()) * weight1; in compute_symbolic_block_difference_1plane_1partition() 575 vint ep1_a = vint(ep1.lane<3>()) * weight1; in compute_symbolic_block_difference_1plane_1partition() 578 vint weight0 = vint(64) - weight1; in compute_symbolic_block_difference_1plane_1partition()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexPipeline.cpp | 88 Float4 weight1; in transformBlend() local 95 case 3: weight1 = v[BlendWeight].y; 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 …]
|
/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 | 788 r->weight1, in rv4_weight() 794 r->weight1, in rv4_weight() 800 r->weight1, in rv4_weight() 807 int weighted = !r->rv30 && block_type != RV34_MB_B_BIDIR && r->weight1 != 8192; in rv34_mc_2mv() 827 int weighted = !r->rv30 && r->weight1 != 8192; in rv34_mc_2mv_skip() 1727 r->mv_weight1 = r->mv_weight2 = r->weight1 = r->weight2 = 8192; in ff_rv34_decode_frame() 1736 r->weight1 = r->mv_weight1; in ff_rv34_decode_frame() 1740 r->weight1 = r->mv_weight1 >> 9; in ff_rv34_decode_frame()
|
D | h264_mb.c | 425 int weight1 = 64 - weight0; in mc_part_weighted() local 427 height, 5, weight0, weight1, 0); in mc_part_weighted() 430 chroma_height, 5, weight0, weight1, 0); in mc_part_weighted() 432 chroma_height, 5, weight0, weight1, 0); in mc_part_weighted()
|
/third_party/alsa-utils/speaker-test/ |
D | speaker-test.c | 206 int weight1 = 10000; in chpos_cmp() local 210 weight1 = channel_order[chpos1]; 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_format_s3tc.c | 1831 LLVMValueRef weight0, weight1, weight, delta; in s3tc_decode_block_dxt5() local 1852 weight1 = LLVMConstVector(elems, 8); in s3tc_decode_block_dxt5() 1855 weight1 = LLVMBuildBitCast(builder, weight1, bld8.vec_type, ""); in s3tc_decode_block_dxt5() 1856 weight = lp_build_select(&bld8, sel_mask, weight0, weight1); in s3tc_decode_block_dxt5()
|
D | lp_bld_sample_soa.c | 985 LLVMValueRef weight1, in lp_build_masklerp2d() argument 993 return lp_build_lerp(bld, weight1, val0, val1, 0); in lp_build_masklerp2d()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
D | decode.c | 173 nonzero_weights |= w.weight1 != 0x0; in pandecode_midgard_tiler_descriptor()
|