Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_lpf_sao_lsx.c50 __m128i temp2, tc_pos, tc_neg; in ff_hevc_loop_filter_luma_h_8_lsx() local
107 tc_pos = __lsx_vpackev_d(cmp1, cmp0); in ff_hevc_loop_filter_luma_h_8_lsx()
122 tc_pos = __lsx_vslli_h(tc_pos, 1); in ff_hevc_loop_filter_luma_h_8_lsx()
123 tc_neg = __lsx_vneg_h(tc_pos); in ff_hevc_loop_filter_luma_h_8_lsx()
133 temp2 = __lsx_vclip_h(temp2, tc_neg, tc_pos); in ff_hevc_loop_filter_luma_h_8_lsx()
139 temp2 = __lsx_vclip_h(temp2, tc_neg, tc_pos); in ff_hevc_loop_filter_luma_h_8_lsx()
147 temp2 = __lsx_vclip_h(temp2, tc_neg, tc_pos); in ff_hevc_loop_filter_luma_h_8_lsx()
163 temp2 = __lsx_vclip_h(temp2, tc_neg, tc_pos); in ff_hevc_loop_filter_luma_h_8_lsx()
169 temp2 = __lsx_vclip_h(temp2, tc_neg, tc_pos); in ff_hevc_loop_filter_luma_h_8_lsx()
461 __m128i tc_pos, tc_neg; ff_hevc_loop_filter_luma_v_8_lsx() local
873 __m128i tc_pos, tc_neg; ff_hevc_loop_filter_chroma_h_8_lsx() local
927 __m128i tc_pos, tc_neg; ff_hevc_loop_filter_chroma_v_8_lsx() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_lpf_sao_msa.c48 v8i16 tc_pos, tc_neg; in hevc_loopfilter_luma_hor_msa() local
119 tc_pos = (v8i16) __msa_ilvev_d(cmp1, cmp0); in hevc_loopfilter_luma_hor_msa()
135 tc_pos <<= 1; in hevc_loopfilter_luma_hor_msa()
136 tc_neg = -tc_pos; in hevc_loopfilter_luma_hor_msa()
143 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa()
149 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa()
155 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa()
168 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa()
174 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa()
180 CLIP_SH(temp2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa()
471 v8i16 tc_pos, tc_neg; hevc_loopfilter_luma_ver_msa() local
926 v8i16 tc_pos, tc_neg; hevc_loopfilter_chroma_hor_msa() local
986 v8i16 tc_pos, tc_neg; hevc_loopfilter_chroma_ver_msa() local
[all...]

Completed in 4 milliseconds