OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUBPEL_SHIFTS
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_filter.c
16
bilinear_filters[
SUBPEL_SHIFTS
]) = {
37
sub_pel_filters_8[
SUBPEL_SHIFTS
]) = {
58
sub_pel_filters_8s[
SUBPEL_SHIFTS
]) = {
79
sub_pel_filters_8lp[
SUBPEL_SHIFTS
]) = {
vp9_reconinter.c
114
const int spel_right = spel_left -
SUBPEL_SHIFTS
;
116
const int spel_bottom = spel_top -
SUBPEL_SHIFTS
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_filter.c
15
const InterpKernel vp9_bilinear_filters[
SUBPEL_SHIFTS
] = {
35
const InterpKernel vp9_sub_pel_filters_8[
SUBPEL_SHIFTS
] = {
55
const InterpKernel vp9_sub_pel_filters_8s[
SUBPEL_SHIFTS
] = {
75
const InterpKernel vp9_sub_pel_filters_8lp[
SUBPEL_SHIFTS
] = {
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
]);
vp9_reconinter.c
123
const int spel_right = spel_left -
SUBPEL_SHIFTS
;
125
const int spel_bottom = spel_top -
SUBPEL_SHIFTS
;
/external/libvpx/libvpx/vpx_dsp/
vpx_filter.h
25
#define
SUBPEL_SHIFTS
(1 << SUBPEL_BITS)
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
646
if (subpel_x || (sf->x_step_q4 !=
SUBPEL_SHIFTS
)) {
652
if (subpel_y || (sf->y_step_q4 !=
SUBPEL_SHIFTS
)) {
[
all
...]
Completed in 333 milliseconds