Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/ppc/
Dsystemdependent.c34 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
163 vp8_mbpost_proc_down = vp8_mbpost_proc_down_c; in vp8_machine_specific_config()
/external/libvpx/vp8/common/
Dpostproc.h44 #define vp8_postproc_down vp8_mbpost_proc_down_c
Dpostproc.c266 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit) in vp8_mbpost_proc_down_c() function
/external/libvpx/vp8/common/generic/
Dsystemdependent.c68 rtcd->postproc.down = vp8_mbpost_proc_down_c; in vp8_machine_specific_config()