Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dwarp_filter_test_util.cc136 ConvolveParams conv_params = get_conv_params(0, 0, bd); in RunSpeedTest()
196 ConvolveParams conv_params = get_conv_params(0, 0, bd); in RunCheckOutput()
223 conv_params = get_conv_params(0, 0, bd); in RunCheckOutput()
328 ConvolveParams conv_params = get_conv_params(0, 0, bd); in RunSpeedTest()
393 ConvolveParams conv_params = get_conv_params(0, 0, bd); in RunCheckOutput()
421 conv_params = get_conv_params(0, 0, bd); in RunCheckOutput()
/external/libaom/libaom/av1/common/
Dconvolve.h95 static INLINE ConvolveParams get_conv_params(int do_average, int plane, in get_conv_params() function
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c180 inter_pred_params.conv_params = get_conv_params(0, j, xd->bd); in build_obmc_prediction()
288 inter_pred_params.conv_params = get_conv_params(0, plane, xd->bd); in av1_build_inter_predictors_for_planes_single_buf()
Dmotion_search_facade.c438 inter_pred_params.conv_params = get_conv_params(0, 0, xd->bd); in av1_joint_motion_search()
664 inter_pred_params.conv_params = get_conv_params(0, plane, xd->bd); in build_second_inter_pred()
Dglobal_motion.c175 ConvolveParams conv_params = get_conv_params(0, 0, bd); in highbd_warp_error()
213 ConvolveParams conv_params = get_conv_params(0, 0, 8); in warp_error()
Dtpl_model.c370 inter_pred_params.conv_params = get_conv_params(0, 0, xd->bd); in mode_estimation()
425 inter_pred_params.conv_params = get_conv_params(0, 0, xd->bd); in mode_estimation()
Dtune_vmaf.c90 ConvolveParams conv_params = get_conv_params(0, 0, bit_depth); in gaussian_blur()
Dtemporal_filter.c363 inter_pred_params.conv_params = get_conv_params(0, plane, bit_depth); in tf_build_predictor()
Drdopt.c5427 ConvolveParams conv_params = get_conv_params(0, 0, bd); in av1_gaussian_blur()
/external/libaom/libaom/aom_dsp/
Dvariance.c308 inter_pred_params.conv_params = get_conv_params(0, plane, xd->bd); in aom_upsampled_pred_c()
851 inter_pred_params.conv_params = get_conv_params(0, plane, xd->bd); in aom_highbd_upsampled_pred_c()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c520 inter_pred_params.conv_params = get_conv_params(0, plane, xd->bd); in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c642 inter_pred_params.conv_params = get_conv_params(0, plane, xd->bd); in aom_highbd_upsampled_pred_sse2()