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()
399 get_conv_params_no_round(do_average, 0, NULL, 0, 0, bd); in RunSpeedTest()
468 get_conv_params_no_round(do_average, 0, NULL, 0, 0, bd); in RunCheckOutput()
470 get_conv_params_no_round(do_average, 0, NULL, 0, 0, bd); in RunCheckOutput()
542 get_conv_params_no_round(do_average, 0, output, MAX_SB_SIZE, 1, bd); in RunSpeedTest()
[all …]
Dwarp_filter_test_util.cc151 conv_params = get_conv_params_no_round(do_average, 0, dsta, out_w, 1, bd); in RunSpeedTest()
220 get_conv_params_no_round(do_average, 0, dsta, out_w, 1, bd); in RunCheckOutput()
236 get_conv_params_no_round(do_average, 0, dstb, out_w, 1, bd); in RunCheckOutput()
346 conv_params = get_conv_params_no_round(do_average, 0, dsta, out_w, 1, bd); in RunSpeedTest()
417 get_conv_params_no_round(do_average, 0, dsta, out_w, 1, bd); in RunCheckOutput()
436 get_conv_params_no_round(do_average, 0, dstb, out_w, 1, bd); in RunCheckOutput()
Dreconinter_test.cc102 ConvolveParams conv_params = get_conv_params_no_round(0, 0, NULL, 0, 1, bd); in RunCheckOutput()
142 ConvolveParams conv_params = get_conv_params_no_round(0, 0, NULL, 0, 1, bd); in RunSpeedTest()
Dav1_convolve_scale_test.cc282 get_conv_params_no_round(avg_ != false, 0, NULL, 0, 1, bd); in SetParams()
/external/libaom/libaom/av1/common/
Dconvolve.h63 static INLINE ConvolveParams get_conv_params_no_round(int do_average, int plane, in get_conv_params_no_round() function
90 return get_conv_params_no_round(do_average, plane, NULL, 0, 0, bd); in get_conv_params()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c139 ConvolveParams conv_params = get_conv_params_no_round( in build_inter_predictors()
197 ConvolveParams conv_params = get_conv_params_no_round( in build_inter_predictors()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c697 ConvolveParams conv_params = get_conv_params_no_round( in dec_build_inter_predictors()
802 ConvolveParams conv_params = get_conv_params_no_round( in dec_build_inter_predictors()