Home
last modified time | relevance | path

Searched refs:filt_hor (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_avg_msa.c576 int8_t cnt, filt_hor[8], filt_ver[8]; in vpx_convolve8_avg_msa() local
584 filt_hor[cnt] = filter_x[cnt]; in vpx_convolve8_avg_msa()
594 &filt_hor[3], &filt_ver[3], h); in vpx_convolve8_avg_msa()
599 &filt_hor[3], &filt_ver[3], h); in vpx_convolve8_avg_msa()
604 &filt_hor[3], &filt_ver[3], h); in vpx_convolve8_avg_msa()
609 &filt_hor[3], &filt_ver[3], h); in vpx_convolve8_avg_msa()
614 &filt_hor[3], &filt_ver[3], h); in vpx_convolve8_avg_msa()
632 filt_hor, filt_ver, h); in vpx_convolve8_avg_msa()
637 filt_hor, filt_ver, h); in vpx_convolve8_avg_msa()
642 filt_hor, filt_ver, h); in vpx_convolve8_avg_msa()
[all …]
Dvpx_convolve8_msa.c550 int8_t cnt, filt_hor[8], filt_ver[8]; in vpx_convolve8_msa() local
558 filt_hor[cnt] = filter_x[cnt]; in vpx_convolve8_msa()
568 &filt_hor[3], &filt_ver[3], (int32_t)h); in vpx_convolve8_msa()
573 &filt_hor[3], &filt_ver[3], (int32_t)h); in vpx_convolve8_msa()
578 &filt_hor[3], &filt_ver[3], (int32_t)h); in vpx_convolve8_msa()
583 &filt_hor[3], &filt_ver[3], (int32_t)h); in vpx_convolve8_msa()
588 &filt_hor[3], &filt_ver[3], (int32_t)h); in vpx_convolve8_msa()
606 filt_hor, filt_ver, (int32_t)h); in vpx_convolve8_msa()
611 filt_hor, filt_ver, (int32_t)h); in vpx_convolve8_msa()
616 filt_hor, filt_ver, (int32_t)h); in vpx_convolve8_msa()
[all …]
Dvpx_convolve8_horiz_msa.c627 int8_t cnt, filt_hor[8]; in vpx_convolve8_horiz_msa() local
633 filt_hor[cnt] = filter_x[cnt]; in vpx_convolve8_horiz_msa()
641 &filt_hor[3], h); in vpx_convolve8_horiz_msa()
646 &filt_hor[3], h); in vpx_convolve8_horiz_msa()
651 &filt_hor[3], h); in vpx_convolve8_horiz_msa()
656 &filt_hor[3], h); in vpx_convolve8_horiz_msa()
661 &filt_hor[3], h); in vpx_convolve8_horiz_msa()
674 filt_hor, h); in vpx_convolve8_horiz_msa()
679 filt_hor, h); in vpx_convolve8_horiz_msa()
684 filt_hor, h); in vpx_convolve8_horiz_msa()
[all …]
Dvpx_convolve8_avg_horiz_msa.c667 int8_t cnt, filt_hor[8]; in vpx_convolve8_avg_horiz_msa() local
673 filt_hor[cnt] = filter_x[cnt]; in vpx_convolve8_avg_horiz_msa()
681 &filt_hor[3], h); in vpx_convolve8_avg_horiz_msa()
686 &filt_hor[3], h); in vpx_convolve8_avg_horiz_msa()
691 &filt_hor[3], h); in vpx_convolve8_avg_horiz_msa()
696 &filt_hor[3], h); in vpx_convolve8_avg_horiz_msa()
701 &filt_hor[3], h); in vpx_convolve8_avg_horiz_msa()
714 filt_hor, h); in vpx_convolve8_avg_horiz_msa()
719 filt_hor, h); in vpx_convolve8_avg_horiz_msa()
724 filt_hor, h); in vpx_convolve8_avg_horiz_msa()
[all …]