OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUBPEL_SHIFTS
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_filter.c
18
vp9_bilinear_filters[
SUBPEL_SHIFTS
]) = {
39
vp9_sub_pel_filters_8[
SUBPEL_SHIFTS
]) = {
60
vp9_sub_pel_filters_8s[
SUBPEL_SHIFTS
]) = {
81
vp9_sub_pel_filters_8lp[
SUBPEL_SHIFTS
]) = {
vp9_filter.h
21
#define
SUBPEL_SHIFTS
(1 << SUBPEL_BITS)
41
extern const subpel_kernel vp9_bilinear_filters[
SUBPEL_SHIFTS
];
42
extern const subpel_kernel vp9_sub_pel_filters_8[
SUBPEL_SHIFTS
];
43
extern const subpel_kernel vp9_sub_pel_filters_8s[
SUBPEL_SHIFTS
];
44
extern const subpel_kernel vp9_sub_pel_filters_8lp[
SUBPEL_SHIFTS
];
vp9_reconinter.c
101
const int spel_right = spel_left -
SUBPEL_SHIFTS
;
103
const int spel_bottom = spel_top -
SUBPEL_SHIFTS
;
Completed in 43 milliseconds