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
16
vp9_bilinear_filters[
SUBPEL_SHIFTS
][SUBPEL_TAPS]) = {
37
vp9_sub_pel_filters_8[
SUBPEL_SHIFTS
][SUBPEL_TAPS]) = {
58
vp9_sub_pel_filters_8s[
SUBPEL_SHIFTS
][SUBPEL_TAPS]) = {
79
vp9_sub_pel_filters_8lp[
SUBPEL_SHIFTS
][SUBPEL_TAPS]) = {
vp9_filter.h
19
#define
SUBPEL_SHIFTS
(1 << SUBPEL_BITS)
22
extern const int16_t vp9_bilinear_filters[
SUBPEL_SHIFTS
][SUBPEL_TAPS];
23
extern const int16_t vp9_sub_pel_filters_6[
SUBPEL_SHIFTS
][SUBPEL_TAPS];
24
extern const int16_t vp9_sub_pel_filters_8[
SUBPEL_SHIFTS
][SUBPEL_TAPS];
25
extern const int16_t vp9_sub_pel_filters_8s[
SUBPEL_SHIFTS
][SUBPEL_TAPS];
26
extern const int16_t vp9_sub_pel_filters_8lp[
SUBPEL_SHIFTS
][SUBPEL_TAPS];
vp9_reconinter.c
99
const int spel_right = spel_left -
SUBPEL_SHIFTS
;
101
const int spel_bottom = spel_top -
SUBPEL_SHIFTS
;
Completed in 27 milliseconds