Searched refs:tmp_vec0 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264dsp_lasx.c | 74 __m256i tmp_vec0, bs_vec; in ff_h264_h_lpf_luma_8_lasx() local 78 tmp_vec0 = __lasx_xvldrepl_w((uint32_t*)tc, 0); in ff_h264_h_lpf_luma_8_lasx() 79 tc_vec = __lasx_xvshuf_b(tmp_vec0, tmp_vec0, tc_vec); in ff_h264_h_lpf_luma_8_lasx() 249 __m256i tmp_vec0, bs_vec; in ff_h264_v_lpf_luma_8_lasx() local 253 tmp_vec0 = __lasx_xvldrepl_w((uint32_t*)tc, 0); in ff_h264_v_lpf_luma_8_lasx() 254 tc_vec = __lasx_xvshuf_b(tmp_vec0, tmp_vec0, tc_vec); in ff_h264_v_lpf_luma_8_lasx() 369 __m256i tmp_vec0, bs_vec; in ff_h264_h_lpf_chroma_8_lasx() local 376 tmp_vec0 in ff_h264_h_lpf_chroma_8_lasx() 478 __m256i tmp_vec0, bs_vec; ff_h264_v_lpf_chroma_8_lasx() local [all...] |
Completed in 3 milliseconds