OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_mbpost_proc_across_ip_c
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/common/ppc/
systemdependent.c
36
extern void
vp8_mbpost_proc_across_ip_c
(unsigned char *src, int pitch, int rows, int cols, int flimit);
164
vp8_mbpost_proc_across_ip =
vp8_mbpost_proc_across_ip_c
;
/external/libvpx/vp8/common/generic/
systemdependent.c
67
rtcd->postproc.across =
vp8_mbpost_proc_across_ip_c
;
/external/libvpx/vp8/common/
postproc.h
49
#define vp8_postproc_across
vp8_mbpost_proc_across_ip_c
postproc.c
221
void
vp8_mbpost_proc_across_ip_c
(unsigned char *src, int pitch, int rows, int cols, int flimit)
function
[
all
...]
Completed in 52 milliseconds