Searched refs:common_hz_2t_4w_msa (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_dsp/mips/ |
D | aom_convolve8_horiz_msa.c | 368 static void common_hz_2t_4w_msa(const uint8_t *src, int32_t src_stride, in common_hz_2t_4w_msa() function 642 common_hz_2t_4w_msa(src, (int32_t)src_stride, dst, (int32_t)dst_stride, in aom_convolve8_horiz_msa()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve8_horiz_msa.c | 365 static void common_hz_2t_4w_msa(const uint8_t *src, int32_t src_stride, in common_hz_2t_4w_msa() function 640 common_hz_2t_4w_msa(src, (int32_t)src_stride, dst, (int32_t)dst_stride, in vpx_convolve8_horiz_msa()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | bilinear_filter_msa.c | 76 static void common_hz_2t_4w_msa(uint8_t *RESTRICT src, int32_t src_stride, in common_hz_2t_4w_msa() function 723 common_hz_2t_4w_msa(src, src_stride, dst, dst_stride, h_filter, 4); in vp8_bilinear_predict4x4_msa()
|