OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_vertical_band_2_3_scale
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/vpx_scale/generic/
scalesystemdependent.c
58
vp8_vertical_band_2_3_scale
= vp8cx_vertical_band_2_3_scale_c;
vpxscale.c
33
void (*
vp8_vertical_band_2_3_scale
)(unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) = 0;
variable
770
vert_band_scale =
vp8_vertical_band_2_3_scale
;
[
all
...]
/external/libvpx/vpx_scale/win32/
scalesystemdependent.c
75
vp8_vertical_band_2_3_scale
= vp8cx_vertical_band_2_3_scale_c;
scaleopt.c
[
all
...]
/external/libvpx/vpx_scale/include/generic/
vpxscale_nofp.h
35
#define
vp8_vertical_band_2_3_scale
vp8cx_vertical_band_2_3_scale_c
macro
/external/libvpx/vpx_scale/include/arm/
vpxscale_nofp.h
49
#define
vp8_vertical_band_2_3_scale
vertical_band_2_3_scale_armv4
macro
/external/libvpx/vpx_scale/include/symbian/
vpxscale_nofp.h
49
#define
vp8_vertical_band_2_3_scale
vertical_band_2_3_scale_armv4
macro
/external/libvpx/vpx_scale/
vpxscale.h
42
extern void (*
vp8_vertical_band_2_3_scale
)(unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
Completed in 223 milliseconds