Home
last modified time | relevance | path

Searched refs:weight_dst (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_msa.c2461 int log2_denom, int weight_dst, in ff_biweight_h264_pixels16_8_msa() argument
2474 offset_in += (128 * (weight_src + weight_dst)); in ff_biweight_h264_pixels16_8_msa()
2477 dst_wgt = __msa_fill_b(weight_dst); in ff_biweight_h264_pixels16_8_msa()
2570 int log2_denom, int weight_dst, in ff_biweight_h264_pixels8_8_msa() argument
2574 avc_biwgt_8x4_msa(src, dst, stride, log2_denom, weight_src, weight_dst, in ff_biweight_h264_pixels8_8_msa()
2577 avc_biwgt_8x8_msa(src, dst, stride, log2_denom, weight_src, weight_dst, in ff_biweight_h264_pixels8_8_msa()
2580 avc_biwgt_8x16_msa(src, dst, stride, log2_denom, weight_src, weight_dst, in ff_biweight_h264_pixels8_8_msa()
2587 int log2_denom, int weight_dst, in ff_biweight_h264_pixels4_8_msa() argument
2591 avc_biwgt_4x2_msa(src, dst, stride, log2_denom, weight_src, weight_dst, in ff_biweight_h264_pixels4_8_msa()
2594 avc_biwgt_4x4_msa(src, dst, stride, log2_denom, weight_src, weight_dst, in ff_biweight_h264_pixels4_8_msa()
[all …]