Home
last modified time | relevance | path

Searched refs:prefetch_store (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dconvolve8_avg_dspr2.c50 prefetch_store(dst + dst_stride); in convolve_avg_vert_4_dspr2()
211 prefetch_store(dst + dst_stride); in convolve_avg_vert_64_dspr2()
212 prefetch_store(dst + dst_stride + 32); in convolve_avg_vert_64_dspr2()
369 prefetch_store(dst); in vpx_convolve8_avg_vert_dspr2()
381 prefetch_store(dst + 32); in vpx_convolve8_avg_vert_dspr2()
439 prefetch_store(dst); in vpx_convolve_avg_dspr2()
447 prefetch_store(dst + dst_stride); in vpx_convolve_avg_dspr2()
469 prefetch_store(dst + dst_stride); in vpx_convolve_avg_dspr2()
496 prefetch_store(dst + dst_stride); in vpx_convolve_avg_dspr2()
531 prefetch_store(dst + dst_stride); in vpx_convolve_avg_dspr2()
[all …]
Dconvolve2_avg_dspr2.c45 prefetch_store(dst + dst_stride); in convolve_bi_avg_vert_4_dspr2()
149 prefetch_store(dst + dst_stride); in convolve_bi_avg_vert_64_dspr2()
150 prefetch_store(dst + dst_stride + 32); in convolve_bi_avg_vert_64_dspr2()
247 prefetch_store(dst); in vpx_convolve2_avg_vert_dspr2()
259 prefetch_store(dst + 32); in vpx_convolve2_avg_vert_dspr2()
Dconvolve2_avg_horiz_dspr2.c43 prefetch_store(dst + dst_stride); in convolve_bi_avg_horiz_4_dspr2()
138 prefetch_store(dst + dst_stride); in convolve_bi_avg_horiz_8_dspr2()
293 prefetch_store(dst_ptr + dst_stride); in convolve_bi_avg_horiz_16_dspr2()
543 prefetch_store(dst_ptr + dst_stride); in convolve_bi_avg_horiz_64_dspr2()
544 prefetch_store(dst_ptr + dst_stride + 32); in convolve_bi_avg_horiz_64_dspr2()
785 prefetch_store(dst); in vpx_convolve2_avg_horiz_dspr2()
810 prefetch_store(dst + 32); in vpx_convolve2_avg_horiz_dspr2()
Dconvolve2_horiz_dspr2.c42 prefetch_store(dst + dst_stride); in convolve_bi_horiz_4_dspr2()
125 prefetch_store(dst + dst_stride); in convolve_bi_horiz_8_dspr2()
255 prefetch_store(dst_ptr + dst_stride); in convolve_bi_horiz_16_dspr2()
463 prefetch_store(dst_ptr + dst_stride); in convolve_bi_horiz_64_dspr2()
464 prefetch_store(dst_ptr + dst_stride + 32); in convolve_bi_horiz_64_dspr2()
665 prefetch_store(dst); in vpx_convolve2_horiz_dspr2()
690 prefetch_store(dst + 32); in vpx_convolve2_horiz_dspr2()
Dconvolve8_vert_dspr2.c50 prefetch_store(dst + dst_stride); in convolve_vert_4_dspr2()
204 prefetch_store(dst + dst_stride); in convolve_vert_64_dspr2()
205 prefetch_store(dst + dst_stride + 32); in convolve_vert_64_dspr2()
355 prefetch_store(dst); in vpx_convolve8_vert_dspr2()
367 prefetch_store(dst + 32); in vpx_convolve8_vert_dspr2()
Dconvolve8_avg_horiz_dspr2.c46 prefetch_store(dst + dst_stride); in convolve_avg_horiz_4_dspr2()
168 prefetch_store(dst + dst_stride); in convolve_avg_horiz_8_dspr2()
360 prefetch_store(dst_ptr + dst_stride); in convolve_avg_horiz_16_dspr2()
672 prefetch_store(dst_ptr + dst_stride); in convolve_avg_horiz_64_dspr2()
673 prefetch_store(dst_ptr + dst_stride + 32); in convolve_avg_horiz_64_dspr2()
984 prefetch_store(dst); in vpx_convolve8_avg_horiz_dspr2()
1009 prefetch_store(dst + 32); in vpx_convolve8_avg_horiz_dspr2()
Dconvolve8_horiz_dspr2.c46 prefetch_store(dst + dst_stride); in convolve_horiz_4_dspr2()
157 prefetch_store(dst + dst_stride); in convolve_horiz_8_dspr2()
326 prefetch_store(dst_ptr + dst_stride); in convolve_horiz_16_dspr2()
597 prefetch_store(dst_ptr + dst_stride); in convolve_horiz_64_dspr2()
598 prefetch_store(dst_ptr + dst_stride + 32); in convolve_horiz_64_dspr2()
869 prefetch_store(dst); in vpx_convolve8_horiz_dspr2()
894 prefetch_store(dst + 32); in vpx_convolve8_horiz_dspr2()
Dconvolve2_vert_dspr2.c45 prefetch_store(dst + dst_stride); in convolve_bi_vert_4_dspr2()
142 prefetch_store(dst + dst_stride); in convolve_bi_vert_64_dspr2()
232 prefetch_store(dst); in vpx_convolve2_vert_dspr2()
244 prefetch_store(dst + 32); in vpx_convolve2_vert_dspr2()
Dconvolve8_dspr2.c1056 prefetch_store(dst); in vpx_convolve_copy_dspr2()
1067 prefetch_store(dst + dst_stride); in vpx_convolve_copy_dspr2()
1090 prefetch_store(dst + dst_stride); in vpx_convolve_copy_dspr2()
1115 prefetch_store(dst + dst_stride); in vpx_convolve_copy_dspr2()
1147 prefetch_store(dst + dst_stride); in vpx_convolve_copy_dspr2()
1186 prefetch_store(dst + 32); in vpx_convolve_copy_dspr2()
1193 prefetch_store(dst + dst_stride); in vpx_convolve_copy_dspr2()
1194 prefetch_store(dst + dst_stride + 32); in vpx_convolve_copy_dspr2()
Dcommon_dspr2.h35 static INLINE void prefetch_store(unsigned char *dst) { in prefetch_store() function
Dloopfilter_filters_dspr2.c52 prefetch_store(s); in vpx_lpf_horizontal_4_dspr2()
146 prefetch_store(s + pitch); in vpx_lpf_vertical_4_dspr2()
Dloopfilter_mb_dspr2.c55 prefetch_store(s); in vpx_lpf_horizontal_8_dspr2()
353 prefetch_store(s + pitch); in vpx_lpf_vertical_8_dspr2()
Dloopfilter_mb_vert_dspr2.c57 prefetch_store(s + pitch); in vpx_lpf_vertical_16_dspr2()
Dloopfilter_mb_horiz_dspr2.c60 prefetch_store(s); in vpx_lpf_horizontal_16_dspr2()
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dfilter_dspr2.c94 inline void prefetch_store(unsigned char *dst) in prefetch_store() function
880 prefetch_store(output_ptr + 32); in vp8_filter_block2d_first_pass16_0()