Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
Dhpeldsp_msa.c612 v8u16 src7_l, src8_l; in common_hv_bil_16w_msa() local
632 ILVRL_B2_UH(src16, src7, src7_r, src7_l); in common_hv_bil_16w_msa()
639 HADD_UB3_UH(src6_l, src7_l, src8_l, src6_l, src7_l, src8_l); in common_hv_bil_16w_msa()
646 ADD4(src4_l, src5_l, src5_l, src6_l, src6_l, src7_l, src7_l, src8_l, in common_hv_bil_16w_msa()
751 v8u16 src7_l, src8_l; in common_hv_bil_no_rnd_16x16_msa() local
769 ILVRL_B2_UH(src16, src7, src7_r, src7_l); in common_hv_bil_no_rnd_16x16_msa()
777 HADD_UB3_UH(src6_l, src7_l, src8_l, src6_l, src7_l, src8_l); in common_hv_bil_no_rnd_16x16_msa()
793 sum6_l = src6_l + src7_l + 1; in common_hv_bil_no_rnd_16x16_msa()
794 sum7_l = src7_l + src8_l + 1; in common_hv_bil_no_rnd_16x16_msa()
822 ILVRL_B2_UH(src16, src7, src7_r, src7_l); in common_hv_bil_no_rnd_16x16_msa()
[all …]
Dhevc_idct_msa.c191 src4_l, src5_l, src6_l, src7_l, shift) \ argument
212 DOTP_SH2_SW(src7_r, src7_l, filter2, filter2, sum3_r, sum3_l); \
235 DPADD_SH4_SW(src7_r, src7_l, src4_r, src4_l, filter3, filter3, \
357 v8i16 src0_l, src1_l, src2_l, src3_l, src4_l, src5_l, src6_l, src7_l; in hevc_idct_16x16_msa() local
370 src4_l, src5_l, src6_l, src7_l); in hevc_idct_16x16_msa()
373 src4_l, src5_l, src6_l, src7_l, 7); in hevc_idct_16x16_msa()
398 src4_l, src5_l, src6_l, src7_l); in hevc_idct_16x16_msa()
401 src4_l, src5_l, src6_l, src7_l, 12); in hevc_idct_16x16_msa()
445 v8i16 src0_l, src1_l, src2_l, src3_l, src4_l, src5_l, src6_l, src7_l; in hevc_idct_8x32_column_msa() local
555 src4_l, src5_l, src6_l, src7_l); in hevc_idct_8x32_column_msa()
[all …]
Dh264dsp_msa.c2221 v8i16 src4_l, src5_l, src6_l, src7_l, src4_r, src5_r, src6_r, src7_r; in ff_weight_h264_pixels16_8_msa() local
2240 src6_l, src7_l); in ff_weight_h264_pixels16_8_msa()
2247 MUL4(wgt, src6_r, wgt, src6_l, wgt, src7_r, wgt, src7_l, tmp12, tmp13, in ff_weight_h264_pixels16_8_msa()
2279 src5_l, src6_l, src7_l); in ff_weight_h264_pixels16_8_msa()
2286 MUL4(wgt, src6_r, wgt, src6_l, wgt, src7_r, wgt, src7_l, tmp12, tmp13, in ff_weight_h264_pixels16_8_msa()
/third_party/ffmpeg/libavcodec/loongarch/
Dhevc_idct_lsx.c198 src4_l, src5_l, src6_l, src7_l, shift) \ argument
218 DUP2_ARG2(__lsx_vdp2_w_h, src7_r, filter2, src7_l, filter2, \
249 src7_l, filter3, sum3_r, src4_r, filter3, sum3_l, \
397 __m128i src0_l, src1_l, src2_l, src3_l, src4_l, src5_l, src6_l, src7_l; in ff_hevc_idct_16x16_lsx() local
416 src4_l, src5_l, src6_l, src7_l); in ff_hevc_idct_16x16_lsx()
420 src4_l, src5_l, src6_l, src7_l, 7); in ff_hevc_idct_16x16_lsx()
451 src4_l, src5_l, src6_l, src7_l); in ff_hevc_idct_16x16_lsx()
454 src4_l, src5_l, src6_l, src7_l, 12); in ff_hevc_idct_16x16_lsx()
546 __m128i src0_l, src1_l, src2_l, src3_l, src4_l, src5_l, src6_l, src7_l; in hevc_idct_8x32_column_lsx() local
704 src4_l, src5_l, src6_l, src7_l); in hevc_idct_8x32_column_lsx()
[all …]