Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/ppc/
Dsystemdependent.c28 extern void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit);
157 vp8_mbpost_proc_down = vp8_mbpost_proc_down_c; in vp8_machine_specific_config()
/external/libvpx/x86/
Dvp8_rtcd.h205 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols,int flimit);
/external/libvpx/libvpx/vp8/common/
Dpostproc.c268 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit) in vp8_mbpost_proc_down_c() function