Searched refs:tc_vec (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264dsp_lasx.c | 75 __m256i tc_vec = {0x0101010100000000, 0x0303030302020202, in ff_h264_h_lpf_luma_8_lasx() local 79 tc_vec = __lasx_xvshuf_b(tmp_vec0, tmp_vec0, tc_vec); in ff_h264_h_lpf_luma_8_lasx() 80 bs_vec = __lasx_xvslti_b(tc_vec, 0); in ff_h264_h_lpf_luma_8_lasx() 139 neg_tc_h = __lasx_xvneg_b(tc_vec); in ff_h264_h_lpf_luma_8_lasx() 141 tc_h = __lasx_vext2xv_hu_bu(tc_vec); in ff_h264_h_lpf_luma_8_lasx() 160 tc_vec = __lasx_xvadd_b(tc_vec, is_less_than_beta); in ff_h264_h_lpf_luma_8_lasx() 180 tc_vec = __lasx_xvadd_b(tc_vec, is_less_than_bet in ff_h264_h_lpf_luma_8_lasx() 250 __m256i tc_vec = {0x0101010100000000, 0x0303030302020202, ff_h264_v_lpf_luma_8_lasx() local 370 __m256i tc_vec = {0x0303020201010000, 0x0303020201010000, 0x0, 0x0}; ff_h264_h_lpf_chroma_8_lasx() local 479 __m256i tc_vec = {0x0303020201010000, 0x0303020201010000, 0x0, 0x0}; ff_h264_v_lpf_chroma_8_lasx() local [all...] |
Completed in 3 milliseconds