OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_horizontal_line_4_5_scale
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/vpx_scale/include/generic/
vpxscale_depricated.h
28
extern void (*
vp8_horizontal_line_4_5_scale
)(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
vpxscale_nofp.h
41
#define
vp8_horizontal_line_4_5_scale
vp8cx_horizontal_line_4_5_scale_c
macro
/external/libvpx/vpx_scale/generic/
scalesystemdependent.c
60
vp8_horizontal_line_4_5_scale
= vp8cx_horizontal_line_4_5_scale_c;
vpxscale.c
43
void (*
vp8_horizontal_line_4_5_scale
)(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) = 0;
variable
722
horiz_line_scale =
vp8_horizontal_line_4_5_scale
;
[
all
...]
/external/libvpx/vpx_scale/win32/
scalesystemdependent.c
77
vp8_horizontal_line_4_5_scale
= vp8cx_horizontal_line_4_5_scale_c;
scaleopt.c
[
all
...]
/external/libvpx/vpx_scale/include/arm/
vpxscale_nofp.h
58
#define
vp8_horizontal_line_4_5_scale
horizontal_line_4_5_scale_armv4
macro
/external/libvpx/vpx_scale/include/symbian/
vpxscale_nofp.h
58
#define
vp8_horizontal_line_4_5_scale
horizontal_line_4_5_scale_armv4
macro
/external/libvpx/vpx_scale/
vpxscale.h
52
extern void (*
vp8_horizontal_line_4_5_scale
)(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
Completed in 130 milliseconds