OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_mbpost_proc_down_c
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/common/ppc/
systemdependent.c
34
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
;
/external/libvpx/vp8/common/generic/
systemdependent.c
66
rtcd->postproc.down =
vp8_mbpost_proc_down_c
;
/external/libvpx/vp8/common/
postproc.h
44
#define vp8_postproc_down
vp8_mbpost_proc_down_c
postproc.c
267
void
vp8_mbpost_proc_down_c
(unsigned char *dst, int pitch, int rows, int cols, int flimit)
function
[
all
...]
Completed in 37 milliseconds