Home
last modified time | relevance | path

Searched refs:coeff_vt_vec0 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dh264chroma_msa.c541 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); 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()
576 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); 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()
623 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); 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()
651 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); 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()
664 res_hz3, coeff_vt_vec0, res_vt0, res_vt1, res_vt2, res_vt3); in avc_chroma_hv_4x4_msa()
684 v8u16 coeff_vt_vec0 in avc_chroma_hv_4x8_msa() local
741 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); avc_chroma_hv_8x4_msa() local
787 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); avc_chroma_hv_8x8_msa() local
1427 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); avc_chroma_hv_and_aver_dst_2x2_msa() local
1470 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); avc_chroma_hv_and_aver_dst_2x4_msa() local
1531 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); avc_chroma_hv_and_aver_dst_4x2_msa() local
1568 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); avc_chroma_hv_and_aver_dst_4x4_msa() local
1607 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); avc_chroma_hv_and_aver_dst_4x8_msa() local
1677 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); avc_chroma_hv_and_aver_dst_8x4_msa() local
1727 v8u16 coeff_vt_vec0 = (v8u16) __msa_fill_h(coef_ver0); avc_chroma_hv_and_aver_dst_8x8_msa() local
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264chroma_lasx.c50 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0); in avc_chroma_hv_8x4_lasx() local
61 res_vt0 = __lasx_xvmul_h(res_hz1, coeff_vt_vec0); in avc_chroma_hv_8x4_lasx()
62 res_vt1 = __lasx_xvmul_h(res_hz2, coeff_vt_vec0); in avc_chroma_hv_8x4_lasx()
90 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0); in avc_chroma_hv_8x8_lasx() local
107 res_vt0 = __lasx_xvmul_h(res_hz1, coeff_vt_vec0); in avc_chroma_hv_8x8_lasx()
108 res_vt1 = __lasx_xvmul_h(res_hz2, coeff_vt_vec0); in avc_chroma_hv_8x8_lasx()
109 res_vt2 = __lasx_xvmul_h(res_hz3, coeff_vt_vec0); in avc_chroma_hv_8x8_lasx()
110 res_vt3 = __lasx_xvmul_h(res_hz4, coeff_vt_vec0); in avc_chroma_hv_8x8_lasx()
400 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0); in avc_chroma_hv_4x2_lasx() local
402 __m256i coeff_vt_vec = __lasx_xvpermi_q(coeff_vt_vec1, coeff_vt_vec0, in avc_chroma_hv_4x2_lasx()
430 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0); avc_chroma_hv_4x4_lasx() local
463 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0); avc_chroma_hv_4x8_lasx() local
859 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0); avc_chroma_hv_and_aver_dst_8x4_lasx() local
904 __m256i coeff_vt_vec0 = __lasx_xvreplgr2vr_h(coef_ver0); avc_chroma_hv_and_aver_dst_8x8_lasx() local
[all...]

Completed in 8 milliseconds