OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BILINEAR_FILTERS_2TAP
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_variance.c
190
hfilter =
BILINEAR_FILTERS_2TAP
(xoffset);
191
vfilter =
BILINEAR_FILTERS_2TAP
(yoffset);
213
hfilter =
BILINEAR_FILTERS_2TAP
(xoffset);
214
vfilter =
BILINEAR_FILTERS_2TAP
(yoffset);
247
hfilter =
BILINEAR_FILTERS_2TAP
(xoffset);
248
vfilter =
BILINEAR_FILTERS_2TAP
(yoffset);
270
hfilter =
BILINEAR_FILTERS_2TAP
(xoffset);
271
vfilter =
BILINEAR_FILTERS_2TAP
(yoffset);
304
hfilter =
BILINEAR_FILTERS_2TAP
(xoffset);
305
vfilter =
BILINEAR_FILTERS_2TAP
(yoffset)
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_filter.h
53
#define
BILINEAR_FILTERS_2TAP
(x) \
Completed in 46 milliseconds