Searched refs:neg_tc_h (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264dsp_lasx.c | 136 __m256i neg_tc_h, tc_h, p1_org_h, p0_org_h, q0_org_h, q1_org_h; in ff_h264_h_lpf_luma_8_lasx() local 139 neg_tc_h = __lasx_xvneg_b(tc_vec); in ff_h264_h_lpf_luma_8_lasx() 140 neg_tc_h = __lasx_vext2xv_h_b(neg_tc_h); in ff_h264_h_lpf_luma_8_lasx() 155 neg_tc_h, tc_h, p1_h); in ff_h264_h_lpf_luma_8_lasx() 174 neg_tc_h, tc_h, q1_h); in ff_h264_h_lpf_luma_8_lasx() 288 __m256i neg_tc_h, tc_h, p2_asub_p0, q2_asub_q0; in ff_h264_v_lpf_luma_8_lasx() local 292 neg_tc_h = __lasx_xvneg_b(tc_vec); in ff_h264_v_lpf_luma_8_lasx() 293 neg_tc_h = __lasx_vext2xv_h_b(neg_tc_h); in ff_h264_v_lpf_luma_8_lasx() [all...] |
Completed in 3 milliseconds