Searched refs:CLIP_SH (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_lpf_sao_msa.c | 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() 221 CLIP_SH(delta0, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa() 255 CLIP_SH(delta1, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa() 265 CLIP_SH(delta2, tc_neg, tc_pos); in hevc_loopfilter_luma_hor_msa() 301 CLIP_SH(temp in hevc_loopfilter_luma_hor_msa() [all...] |
H A D | h264dsp_msa.c | 536 CLIP_SH(clip3, negate_tc_in, tc_in); \ 554 CLIP_SH(delta, negate_threshold_in, threshold_in); \ 603 CLIP_SH(delta, -tc, tc); \ 667 CLIP_SH(delta, -tc, tc); \ 1722 CLIP_SH(p2_r, -tc_orig_r, tc_orig_r); in avc_h_loop_filter_luma_mbaff_msa() 1723 CLIP_SH(q2_r, -tc_orig_r, tc_orig_r); in avc_h_loop_filter_luma_mbaff_msa() 1755 CLIP_SH(q0_sub_p0, -tc, tc); in avc_h_loop_filter_luma_mbaff_msa()
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 923 #define CLIP_SH(in, min, max) \ macro
|
Completed in 13 milliseconds