Home
last modified time | relevance | path

Searched refs:USE_8_TAPS (Results 1 – 9 of 9) sorted by relevance

/external/libaom/av1/common/
Dfilter.h49 USE_8_TAPS, enumerator
276 case USE_8_TAPS: return &av1_interp_filter_params_list[EIGHTTAP_REGULAR]; in av1_get_filter()
/external/libaom/test/
Dconvolve_test.cc493 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in TEST()
530 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in TEST_P()
612 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in TEST_P()
680 (const InterpKernel *)av1_get_interp_filter_kernel(filter, USE_8_TAPS); in TEST_P()
693 USE_8_TAPS); in TEST_P()
Dcomp_avg_pred_test.h221 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in RunCheckOutput()
291 int subpel_search = USE_8_TAPS; // set to USE_4_TAPS to test 4-tap filter. in RunSpeedTest()
458 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in RunCheckOutput()
529 int subpel_search = USE_8_TAPS; // set to USE_4_TAPS to test 4-tap filter. in RunSpeedTest()
Dcomp_mask_variance_test.cc199 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in RunCheckOutput()
239 int subpel_search = USE_8_TAPS; // set to USE_4_TAPS to test 4-tap filter. in RunSpeedTest()
/external/libvpx/vp9/encoder/
Dvp9_speed_features.h245 USE_8_TAPS, enumerator
Dvp9_speed_features.c984 sf->use_accurate_subpel_search = USE_8_TAPS; in vp9_set_speed_features_framesize_independent()
Dvp9_mcomp.c773 : ((use_accurate_subpel_search == USE_8_TAPS) in vp9_find_best_sub_pixel_tree()
/external/libaom/av1/encoder/
Dtemporal_filter.c114 const SUBPEL_SEARCH_TYPE subpel_search_type = USE_8_TAPS; in tf_motion_search()
Dspeed_features.c1890 mv_sf->use_accurate_subpel_search = USE_8_TAPS; in init_mv_sf()