Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_lpf_sao_msa.c48 v8i16 tc_pos, tc_neg; in hevc_loopfilter_luma_hor_msa() local
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()
208 tc_neg = -tc_pos; in hevc_loopfilter_luma_hor_msa()
221 CLIP_SH(delta0, tc_neg, tc_po 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...]
/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
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()
177 temp2 = __lsx_vclip_h(temp2, tc_neg, tc_pos); in ff_hevc_loop_filter_luma_h_8_lsx()
208 tc_neg = __lsx_vneg_h(tc_pos); in ff_hevc_loop_filter_luma_h_8_lsx()
221 delta0 = __lsx_vclip_h(delta0, tc_neg, tc_po 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...]

Completed in 5 milliseconds