Home
last modified time | relevance | path

Searched refs:hevc_bi_rnd_clip (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_mc_bi_lsx.c33 hevc_bi_rnd_clip(__m128i in0, __m128i vec0, __m128i in1, __m128i vec1) in hevc_bi_rnd_clip() function
98 dst0 = hevc_bi_rnd_clip(in0, dst0, in1, dst1); in hevc_bi_copy_4w_lsx()
99 dst1 = hevc_bi_rnd_clip(in2, dst2, in3, dst3); in hevc_bi_copy_4w_lsx()
181 out0 = hevc_bi_rnd_clip(in0, dst0, in1, dst1); in hevc_bi_copy_6w_lsx()
182 out1 = hevc_bi_rnd_clip(in2, dst2, in3, dst3); in hevc_bi_copy_6w_lsx()
183 out2 = hevc_bi_rnd_clip(in4, dst4, in5, dst5); in hevc_bi_copy_6w_lsx()
184 out3 = hevc_bi_rnd_clip(in6, dst6, in7, dst7); in hevc_bi_copy_6w_lsx()
215 out0 = hevc_bi_rnd_clip(in0, dst0, in1, dst1); in hevc_bi_copy_6w_lsx()
277 out0 = hevc_bi_rnd_clip(in0, dst0, in1, dst1); in hevc_bi_copy_8w_lsx()
278 out1 = hevc_bi_rnd_clip(in in hevc_bi_copy_8w_lsx()
[all...]

Completed in 4 milliseconds