Home
last modified time | relevance | path

Searched defs:coeff_vec1 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dh264chroma_msa.c41 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_hz_2x2_msa() local
71 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_hz_2x4_msa() local
110 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_hz_4x2_msa() local
134 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_hz_4x4_msa() local
157 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_hz_4x8_msa() local
194 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_hz_8x4_msa() local
218 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_hz_8x8_msa() local
252 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_hz_nonmult_msa() local
314 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_vt_2x2_msa() local
345 v16i8 coeff_vec1 = __msa_fill_b(coeff1); in avc_chroma_vt_2x4_msa() local
[all …]
/third_party/ffmpeg/libavcodec/loongarch/
Dh264chroma_lasx.c139 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1); in avc_chroma_hz_8x4_lasx() local
168 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1); in avc_chroma_hz_8x8_lasx() local
208 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1); in avc_chroma_hz_nonmult_lasx() local
250 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1); in avc_chroma_vt_8x4_lasx() local
279 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1); in avc_chroma_vt_8x8_lasx() local
518 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1); in avc_chroma_hz_4x2_lasx() local
539 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1); in avc_chroma_hz_4x4_lasx() local
565 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1); in avc_chroma_hz_4x8_lasx() local
624 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1); in avc_chroma_vt_4x2_lasx() local
648 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1); in avc_chroma_vt_4x4_lasx() local
[all …]