Home
last modified time | relevance | path

Searched refs:USE_4_TAPS (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/av1/common/
Dfilter.h45 USE_4_TAPS, enumerator
238 : ((subpel_search == USE_4_TAPS) in av1_get_interp_filter_kernel()
253 case USE_4_TAPS: return &av1_interp_4tap[EIGHTTAP_REGULAR]; in av1_get_filter()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h244 USE_4_TAPS, enumerator
Dvp9_speed_features.c286 sf->use_accurate_subpel_search = USE_4_TAPS; in set_good_speed_feature_framesize_independent()
Dvp9_mcomp.c763 ? ((use_accurate_subpel_search == USE_4_TAPS) in vp9_find_best_sub_pixel_tree()
/external/libaom/libaom/test/
Dconvolve_test.cc503 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in TEST()
540 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in TEST_P()
624 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in TEST_P()
Dcomp_avg_pred_test.h223 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in RunCheckOutput()
463 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in RunCheckOutput()
Dcomp_mask_variance_test.cc193 for (subpel_search = USE_4_TAPS; subpel_search <= USE_8_TAPS; in RunCheckOutput()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c536 int filter_taps = (subpel_search <= USE_4_TAPS) ? 4 : SUBPEL_TAPS; in aom_upsampled_pred_sse2()
599 uint8_t *temp_start_horiz = (subpel_search <= USE_4_TAPS) in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c656 int filter_taps = (subpel_search <= USE_4_TAPS) ? 4 : SUBPEL_TAPS; in aom_highbd_upsampled_pred_sse2()
705 uint16_t *temp_start_horiz = (subpel_search <= USE_4_TAPS) in aom_highbd_upsampled_pred_sse2()
/external/libaom/libaom/av1/encoder/
Dspeed_features.c351 sf->mv_sf.use_accurate_subpel_search = USE_4_TAPS; in set_good_speed_features_framesize_independent()
670 sf->mv_sf.use_accurate_subpel_search = USE_4_TAPS; in set_rt_speed_features_framesize_independent()