Searched defs:weight_src (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
D | h264dsp_lasx.c | 1007 int weight_src, int offset_in) in ff_biweight_h264_pixels16_8_lasx() 1174 int32_t log2_denom, int32_t weight_src, in avc_biwgt_8x4_lasx() 1217 int32_t log2_denom, int32_t weight_src, in avc_biwgt_8x8_lasx() 1283 int32_t log2_denom, int32_t weight_src, in avc_biwgt_8x16_lasx() 1394 int weight_src, int offset) in ff_biweight_h264_pixels8_8_lasx() 1409 int32_t log2_denom, int32_t weight_src, in avc_biwgt_4x2_lasx() 1441 int32_t log2_denom, int32_t weight_src, in avc_biwgt_4x4_lasx() 1483 int32_t log2_denom, int32_t weight_src, in avc_biwgt_4x8_lasx() 1545 int weight_src, int offset) in ff_biweight_h264_pixels4_8_lasx() 1561 int weight_src, int offset_in) in ff_weight_h264_pixels16_8_lasx() [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_msa.c | 2214 int weight_src, int offset_in) in ff_weight_h264_pixels16_8_msa() 2312 int weight_src, int offset) in ff_weight_h264_pixels8_8_msa() 2325 int weight_src, int offset) in ff_weight_h264_pixels4_8_msa() 2339 int weight_src, int offset_in) in ff_biweight_h264_pixels16_8_msa() 2448 int weight_src, int offset) in ff_biweight_h264_pixels8_8_msa() 2465 int weight_src, int offset) in ff_biweight_h264_pixels4_8_msa()
|