Searched refs:coeff_vt_vec1 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264chroma_msa.c | 542 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); in avc_chroma_hv_2x2_msa() local 549 MUL2(res_hz0, coeff_vt_vec1, res_hz1, coeff_vt_vec0, res_vt0, res_vt1); in avc_chroma_hv_2x2_msa() 577 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); in avc_chroma_hv_2x4_msa() local 587 MUL2(res_hz0, coeff_vt_vec1, res_hz1, coeff_vt_vec0, res_vt0, res_vt1); in avc_chroma_hv_2x4_msa() 624 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); in avc_chroma_hv_4x2_msa() local 630 MUL2(res_hz0, coeff_vt_vec1, res_hz1, coeff_vt_vec0, res_vt0, res_vt1); in avc_chroma_hv_4x2_msa() 652 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); in avc_chroma_hv_4x4_msa() local 663 MUL4(res_hz0, coeff_vt_vec1, res_hz1, coeff_vt_vec0, res_hz2, coeff_vt_vec1, in avc_chroma_hv_4x4_msa() 685 v8u16 coeff_vt_vec1 in avc_chroma_hv_4x8_msa() local 742 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); avc_chroma_hv_8x4_msa() local 788 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); avc_chroma_hv_8x8_msa() local 1428 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); avc_chroma_hv_and_aver_dst_2x2_msa() local 1471 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); avc_chroma_hv_and_aver_dst_2x4_msa() local 1532 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); avc_chroma_hv_and_aver_dst_4x2_msa() local 1569 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); avc_chroma_hv_and_aver_dst_4x4_msa() local 1608 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); avc_chroma_hv_and_aver_dst_4x8_msa() local 1678 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); avc_chroma_hv_and_aver_dst_8x4_msa() local 1728 v8u16 coeff_vt_vec1 = (v8u16) __msa_fill_h(coef_ver1); avc_chroma_hv_and_aver_dst_8x8_msa() local [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264chroma_lasx.c | 51 __m256i coeff_vt_vec1 = __lasx_xvreplgr2vr_h(coef_ver1); in avc_chroma_hv_8x4_lasx() local 65 res_vt0 = __lasx_xvmadd_h(res_vt0, res_hz0, coeff_vt_vec1); in avc_chroma_hv_8x4_lasx() 66 res_vt1 = __lasx_xvmadd_h(res_vt1, res_hz1, coeff_vt_vec1); in avc_chroma_hv_8x4_lasx() 91 __m256i coeff_vt_vec1 = __lasx_xvreplgr2vr_h(coef_ver1); in avc_chroma_hv_8x8_lasx() local 115 DUP4_ARG3(__lasx_xvmadd_h, res_vt0, res_hz0, coeff_vt_vec1, res_vt1, res_hz1, coeff_vt_vec1, in avc_chroma_hv_8x8_lasx() 116 res_vt2, res_hz2, coeff_vt_vec1, res_vt3, res_hz3, coeff_vt_vec1, in avc_chroma_hv_8x8_lasx() 401 __m256i coeff_vt_vec1 = __lasx_xvreplgr2vr_h(coef_ver1); in avc_chroma_hv_4x2_lasx() local 402 __m256i coeff_vt_vec = __lasx_xvpermi_q(coeff_vt_vec1, coeff_vt_vec in avc_chroma_hv_4x2_lasx() 431 __m256i coeff_vt_vec1 = __lasx_xvreplgr2vr_h(coef_ver1); avc_chroma_hv_4x4_lasx() local 464 __m256i coeff_vt_vec1 = __lasx_xvreplgr2vr_h(coef_ver1); avc_chroma_hv_4x8_lasx() local 860 __m256i coeff_vt_vec1 = __lasx_xvreplgr2vr_h(coef_ver1); avc_chroma_hv_and_aver_dst_8x4_lasx() local 905 __m256i coeff_vt_vec1 = __lasx_xvreplgr2vr_h(coef_ver1); avc_chroma_hv_and_aver_dst_8x8_lasx() local [all...] |
Completed in 7 milliseconds