Lines Matching defs:coeff1

131                              ptrdiff_t stride, uint32_t coeff0, uint32_t coeff1)
139 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
158 ptrdiff_t stride, uint32_t coeff0, uint32_t coeff1)
168 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
198 uint32_t coeff1, int32_t height)
208 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
243 ptrdiff_t stride, uint32_t coeff0, uint32_t coeff1)
250 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
270 ptrdiff_t stride, uint32_t coeff0, uint32_t coeff1)
279 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
513 uint32_t coeff0, uint32_t coeff1)
518 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
532 uint32_t coeff0, uint32_t coeff1)
539 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
557 uint32_t coeff0, uint32_t coeff1)
565 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
592 uint32_t coeff0, uint32_t coeff1,
596 avc_chroma_hz_4x8_lasx(src, dst, stride, coeff0, coeff1);
598 avc_chroma_hz_4x4_lasx(src, dst, stride, coeff0, coeff1);
600 avc_chroma_hz_4x2_lasx(src, dst, stride, coeff0, coeff1);
605 uint32_t coeff0, uint32_t coeff1,
609 avc_chroma_hz_8x4_lasx(src, dst, stride, coeff0, coeff1);
611 avc_chroma_hz_8x8_lasx(src, dst, stride, coeff0, coeff1);
613 avc_chroma_hz_nonmult_lasx(src, dst, stride, coeff0, coeff1, height);
618 uint32_t coeff0, uint32_t coeff1)
624 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
639 uint32_t coeff0, uint32_t coeff1)
648 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
668 uint32_t coeff0, uint32_t coeff1)
677 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
709 uint32_t coeff0, uint32_t coeff1,
713 avc_chroma_vt_4x8_lasx(src, dst, stride, coeff0, coeff1);
715 avc_chroma_vt_4x4_lasx(src, dst, stride, coeff0, coeff1);
717 avc_chroma_vt_4x2_lasx(src, dst, stride, coeff0, coeff1);
722 uint32_t coeff0, uint32_t coeff1,
726 avc_chroma_vt_8x4_lasx(src, dst, stride, coeff0, coeff1);
728 avc_chroma_vt_8x8_lasx(src, dst, stride, coeff0, coeff1);
962 uint32_t coeff1)
971 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
995 uint32_t coeff1)
1006 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
1048 uint32_t coeff1)
1057 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
1082 uint32_t coeff1)
1092 __m256i coeff_vec1 = __lasx_xvreplgr2vr_b(coeff1);
1235 uint32_t coeff1, int32_t height)
1238 avc_chroma_hz_and_aver_dst_8x4_lasx(src, dst, stride, coeff0, coeff1);
1240 avc_chroma_hz_and_aver_dst_8x8_lasx(src, dst, stride, coeff0, coeff1);
1246 uint32_t coeff1, int32_t height)
1249 avc_chroma_vt_and_aver_dst_8x4_lasx(src, dst, stride, coeff0, coeff1);
1251 avc_chroma_vt_and_aver_dst_8x8_lasx(src, dst, stride, coeff0, coeff1);