Searched refs:__lasx_xvclip255_h (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
D | idctdsp_lasx.c | 37 DUP4_ARG1(__lasx_xvclip255_h, b0, b1, b2, b3, b0, b1, b2, b3); in ff_put_pixels_clamped_lasx() 66 DUP4_ARG1(__lasx_xvclip255_h, b0, b1, b2, b3, b0, b1, b2, b3); in ff_put_signed_pixels_clamped_lasx() 112 DUP4_ARG1(__lasx_xvclip255_h, temp0, temp1, temp2, temp3, in ff_add_pixels_clamped_lasx()
|
D | h264idct_lasx.c | 72 res0_m = __lasx_xvclip255_h(res0_m); in ff_h264_idct_add_lasx() 220 DUP4_ARG1(__lasx_xvclip255_h, res0, res1, res2, res3, res0, res1, in ff_h264_idct8_addblk_lasx() 251 pred = __lasx_xvclip255_h(pred); in ff_h264_idct4x4_addblk_dc_lasx() 290 DUP4_ARG1(__lasx_xvclip255_h, dst0, dst1, dst2, dst3, in ff_h264_idct8_dc_addblk_lasx()
|
D | h264dsp_lasx.c | 63 p0_or_q0_out = __lasx_xvclip255_h(p0_or_q0_out); \ 64 q0_or_p0_out = __lasx_xvclip255_h(q0_or_p0_out); \ 1069 DUP4_ARG1(__lasx_xvclip255_h, tmp0, tmp1, tmp2, tmp3, in ff_biweight_h264_pixels16_8_lasx() 1071 DUP4_ARG1(__lasx_xvclip255_h, tmp4, tmp5, tmp6, tmp7, in ff_biweight_h264_pixels16_8_lasx() 1141 DUP4_ARG1(__lasx_xvclip255_h, tmp0, tmp1, tmp2, tmp3, in ff_biweight_h264_pixels16_8_lasx() 1143 DUP4_ARG1(__lasx_xvclip255_h, tmp4, tmp5, tmp6, tmp7, in ff_biweight_h264_pixels16_8_lasx() 1208 DUP2_ARG1(__lasx_xvclip255_h, tmp0, tmp1, tmp0, tmp1); in avc_biwgt_8x4_lasx() 1268 DUP4_ARG1(__lasx_xvclip255_h, tmp0, tmp1, tmp2, tmp3, in avc_biwgt_8x8_lasx() 1364 DUP4_ARG1(__lasx_xvclip255_h, tmp0, tmp1, tmp2, tmp3, in avc_biwgt_8x16_lasx() 1366 DUP4_ARG1(__lasx_xvclip255_h, tmp4, tmp5, tmp6, tmp7, in avc_biwgt_8x16_lasx() [all …]
|
D | simple_idct_lasx.c | 221 DUP4_ARG1(__lasx_xvclip255_h, in0, in1, in2, in3, in0, in1, in2, in3); in ff_simple_idct_put_lasx() 286 DUP4_ARG1(__lasx_xvclip255_h, in0, in1, in2, in3, in0, in1, in2, in3); in ff_simple_idct_add_lasx()
|
D | vc1dsp_lasx.c | 771 t0 = __lasx_xvclip255_h(t0); in put_vc1_mspel_mc_v_lasx() 801 out0 = __lasx_xvclip255_h(out0); \
|
/third_party/openh264/codec/encoder/core/loongarch/ |
D | dct_lasx.c | 294 DUP4_ARG1(__lasx_xvclip255_h, in WelsIDctT4Rec_lasx() 433 DUP4_ARG1(__lasx_xvclip255_h, in WelsIDctFourT4Rec_lasx() 436 DUP4_ARG1(__lasx_xvclip255_h, in WelsIDctFourT4Rec_lasx()
|
/third_party/openh264/codec/common/inc/ |
D | loongson_intrinsics.h | 1334 static inline __m256i __lasx_xvclip255_h(__m256i in) { in __lasx_xvclip255_h() function
|
/third_party/ffmpeg/libavutil/loongarch/ |
D | loongson_intrinsics.h | 1362 static inline __m256i __lasx_xvclip255_h(__m256i in) { in __lasx_xvclip255_h() function
|