OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFilterBilinear
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
scale.h
24
kFilterBilinear
= 1, // Faster than box, but lower quality scaling down.
32
// If filtering is
kFilterBilinear
, interpolation is used to produce a better
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h
24
kFilterBilinear
= 1, // Faster than box, but lower quality scaling down.
32
// If filtering is
kFilterBilinear
, interpolation is used to produce a better
/external/libyuv/files/include/libyuv/
scale.h
24
kFilterBilinear
= 1, // Faster than box, but lower quality scaling down.
40
// If filtering is
kFilterBilinear
, interpolation is used to produce a better
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
scale.h
24
kFilterBilinear
= 1, // Faster than box, but lower quality scaling down.
32
// If filtering is
kFilterBilinear
, interpolation is used to produce a better
/external/chromium_org/third_party/libyuv/include/libyuv/
scale.h
25
kFilterBilinear
= 2, // Faster than box, but lower quality scaling down.
47
// If filtering is
kFilterBilinear
, interpolation is used to produce a better
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc
396
libyuv::
kFilterBilinear
);
464
libyuv::
kFilterBilinear
);
Completed in 780 milliseconds