OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SUBPEL_SHIFTS
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_dsp/
vpx_filter.h
25
#define
SUBPEL_SHIFTS
(1 << SUBPEL_BITS)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_filter.h
27
#define
SUBPEL_SHIFTS
(1 << SUBPEL_BITS)
43
vp9_bilinear_filters[
SUBPEL_SHIFTS
]);
45
vp9_sub_pel_filters_8[
SUBPEL_SHIFTS
]);
47
vp9_sub_pel_filters_8s[
SUBPEL_SHIFTS
]);
49
vp9_sub_pel_filters_8lp[
SUBPEL_SHIFTS
]);
Completed in 44 milliseconds