Searched refs:res_vt (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264chroma_lasx.c | 395 __m256i res_hz, res_vt; in avc_chroma_hv_4x2_lasx() local 409 res_vt = __lasx_xvmul_h(res_hz, coeff_vt_vec); in avc_chroma_hv_4x2_lasx() 410 res_hz = __lasx_xvpermi_q(res_hz, res_vt, 0x01); in avc_chroma_hv_4x2_lasx() 411 res_vt = __lasx_xvadd_h(res_hz, res_vt); in avc_chroma_hv_4x2_lasx() 412 res_vt = __lasx_xvssrarni_bu_h(res_vt, res_vt, 6); in avc_chroma_hv_4x2_lasx() 413 __lasx_xvstelm_w(res_vt, dst, 0, 0); in avc_chroma_hv_4x2_lasx() 414 __lasx_xvstelm_w(res_vt, ds in avc_chroma_hv_4x2_lasx() [all...] |
Completed in 3 milliseconds