Home
last modified time | relevance | path

Searched refs:get_conv_params_no_round (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/test/
Dav1_convolve_2d_test_util.cc74 get_conv_params_no_round(do_average, 0, NULL, 0, 0, 8); in RunCheckOutput()
76 get_conv_params_no_round(do_average, 0, NULL, 0, 0, 8); in RunCheckOutput()
129 get_conv_params_no_round(do_average, 0, NULL, 0, 0, 8); in RunSpeedTest()
199 get_conv_params_no_round(do_average, 0, output1, MAX_SB_SIZE, 1, 8); in RunCheckOutput()
201 get_conv_params_no_round(do_average, 0, output2, MAX_SB_SIZE, 1, 8); in RunCheckOutput()
335 get_conv_params_no_round(do_average, 0, output, MAX_SB_SIZE, 1, 8); in RunSpeedTest()
400 get_conv_params_no_round(do_average, 0, NULL, 0, 0, bd); in RunSpeedTest()
469 get_conv_params_no_round(do_average, 0, NULL, 0, 0, bd); in RunCheckOutput()
471 get_conv_params_no_round(do_average, 0, NULL, 0, 0, bd); in RunCheckOutput()
543 get_conv_params_no_round(do_average, 0, output, MAX_SB_SIZE, 1, bd); in RunSpeedTest()
[all …]
Dwarp_filter_test_util.cc153 conv_params = get_conv_params_no_round(do_average, 0, dsta, out_w, 1, bd); in RunSpeedTest()
221 get_conv_params_no_round(do_average, 0, dsta, out_w, 1, bd); in RunCheckOutput()
237 get_conv_params_no_round(do_average, 0, dstb, out_w, 1, bd); in RunCheckOutput()
348 conv_params = get_conv_params_no_round(do_average, 0, dsta, out_w, 1, bd); in RunSpeedTest()
419 get_conv_params_no_round(do_average, 0, dsta, out_w, 1, bd); in RunCheckOutput()
438 get_conv_params_no_round(do_average, 0, dstb, out_w, 1, bd); in RunCheckOutput()
Dreconinter_test.cc103 ConvolveParams conv_params = get_conv_params_no_round(0, 0, NULL, 0, 1, bd); in RunCheckOutput()
143 ConvolveParams conv_params = get_conv_params_no_round(0, 0, NULL, 0, 1, bd); in RunSpeedTest()
Dav1_convolve_scale_test.cc283 get_conv_params_no_round(avg_ != false, 0, NULL, 0, 1, bd); in SetParams()
/external/libaom/libaom/av1/common/
Dconvolve.h65 static INLINE ConvolveParams get_conv_params_no_round(int cmp_index, int plane, in get_conv_params_no_round() function
97 return get_conv_params_no_round(do_average, plane, NULL, 0, 0, bd); in get_conv_params()
Dreconinter.c820 inter_pred_params.conv_params = get_conv_params_no_round( in build_inter_predictors_sub8x8()
875 inter_pred_params.conv_params = get_conv_params_no_round( in build_inter_predictors_8x8_and_bigger()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c104 inter_pred_params.conv_params = get_conv_params_no_round( in av1_enc_build_inter_predictor_y()