Searched refs:neg_thresh_h (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264dsp_lasx.c | 184 __m256i neg_thresh_h, p0_h, q0_h; in ff_h264_h_lpf_luma_8_lasx() local 186 neg_thresh_h = __lasx_xvneg_b(tc_vec); in ff_h264_h_lpf_luma_8_lasx() 187 neg_thresh_h = __lasx_vext2xv_h_b(neg_thresh_h); in ff_h264_h_lpf_luma_8_lasx() 191 neg_thresh_h, tc_h, p0_h, q0_h); in ff_h264_h_lpf_luma_8_lasx() 343 __m256i neg_thresh_h, p0_h, q0_h; in ff_h264_v_lpf_luma_8_lasx() local 345 neg_thresh_h = __lasx_xvneg_b(tc_vec); in ff_h264_v_lpf_luma_8_lasx() 346 neg_thresh_h = __lasx_vext2xv_h_b(neg_thresh_h); in ff_h264_v_lpf_luma_8_lasx() 350 neg_thresh_h, tc_ in ff_h264_v_lpf_luma_8_lasx() 437 __m256i tc_h, neg_thresh_h, p0_h, q0_h; ff_h264_h_lpf_chroma_8_lasx() local 523 __m256i neg_thresh_h, tc_h, p0_h, q0_h; ff_h264_v_lpf_chroma_8_lasx() local [all...] |
Completed in 3 milliseconds