Lines Matching defs:coeff_vt_vec0
50 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0);
61 res_vt0 = __lasx_xvmul_h(res_hz1, coeff_vt_vec0);
62 res_vt1 = __lasx_xvmul_h(res_hz2, coeff_vt_vec0);
90 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0);
107 res_vt0 = __lasx_xvmul_h(res_hz1, coeff_vt_vec0);
108 res_vt1 = __lasx_xvmul_h(res_hz2, coeff_vt_vec0);
109 res_vt2 = __lasx_xvmul_h(res_hz3, coeff_vt_vec0);
110 res_vt3 = __lasx_xvmul_h(res_hz4, coeff_vt_vec0);
400 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0);
402 __m256i coeff_vt_vec = __lasx_xvpermi_q(coeff_vt_vec1, coeff_vt_vec0, 0x02);
430 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0);
440 DUP2_ARG2(__lasx_xvmul_h, res_hz0, coeff_vt_vec1, res_hz1, coeff_vt_vec0, res_vt0, res_vt1);
463 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0);
480 DUP4_ARG2(__lasx_xvmul_h, res_hz0, coeff_vt_vec1, res_hz1, coeff_vt_vec0, res_hz2,
481 coeff_vt_vec1, res_hz3, coeff_vt_vec0, res_vt0, res_vt1, res_vt2, res_vt3);
859 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0);
870 res_vt0 = __lasx_xvmul_h(res_hz1, coeff_vt_vec0);
871 res_vt1 = __lasx_xvmul_h(res_hz2, coeff_vt_vec0);
904 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0);
923 res_vt0 = __lasx_xvmul_h(res_hz1, coeff_vt_vec0);
924 res_vt1 = __lasx_xvmul_h(res_hz2, coeff_vt_vec0);
925 res_vt2 = __lasx_xvmul_h(res_hz3, coeff_vt_vec0);
926 res_vt3 = __lasx_xvmul_h(res_hz4, coeff_vt_vec0);