Home
last modified time | relevance | path

Searched refs:EIGHTTAP_SHARP (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_filter.h25 #define EIGHTTAP_SHARP 2 macro
Dvp9_entropymode.c338 { -EIGHTTAP, 2, -EIGHTTAP_SMOOTH, -EIGHTTAP_SHARP };
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h135 FLAG_SKIP_EIGHTTAP_SHARP = 1 << EIGHTTAP_SHARP,
Dvp9_temporal_filter.c44 const InterpKernel *const kernel = vp9_filter_kernels[EIGHTTAP_SHARP]; in temporal_filter_predictors_mb_c()
Dvp9_encodeframe.c5807 threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP_SHARP] && in get_interp_filter()
5810 } else if (threshes[EIGHTTAP_SHARP] > threshes[EIGHTTAP] && in get_interp_filter()
5811 threshes[EIGHTTAP_SHARP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
5812 return EIGHTTAP_SHARP; in get_interp_filter()
Dvp9_mcomp.c772 : vp9_filter_kernels[EIGHTTAP_SHARP])) in vp9_find_best_sub_pixel_tree()
Dvp9_encoder.c4467 for (ifilter = EIGHTTAP; ifilter <= EIGHTTAP_SHARP; ++ifilter)
4470 for (ifilter = EIGHTTAP; ifilter <= EIGHTTAP_SHARP; ++ifilter) {
/external/libvpx/libvpx/test/
Dvp9_scale_test.cc148 TEST_P(ScaleTest, ScaleFrame_EightTapSharp) { RunTest(EIGHTTAP_SHARP); } in TEST_P()
Dconvolve_test.cc615 const InterpKernel *const eighttap = vp9_filter_kernels[EIGHTTAP_SHARP]; in TEST_P()
638 const InterpKernel *const eighttap = vp9_filter_kernels[EIGHTTAP_SHARP]; in TEST_P()
661 const InterpKernel *const eighttap = vp9_filter_kernels[EIGHTTAP_SHARP]; in TEST_P()
752 const InterpKernel *const eighttap = vp9_filter_kernels[EIGHTTAP_SHARP]; in TEST_P()
/external/v4l2_codec2/vda/
Dvp9_parser.h53 EIGHTTAP_SHARP = 2, enumerator
Dvp9_uncompressed_header_parser.cc760 Vp9InterpolationFilter::EIGHTTAP_SHARP, Vp9InterpolationFilter::BILINEAR, in ReadInterpolationFilter()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1448 EIGHTTAP_SHARP, BILINEAR }; in read_interp_filter()