Searched refs:get_conv_params_no_round (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/test/ |
D | av1_convolve_2d_test_util.cc | 74 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 …]
|
D | warp_filter_test_util.cc | 153 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()
|
D | reconinter_test.cc | 103 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()
|
D | av1_convolve_scale_test.cc | 283 get_conv_params_no_round(avg_ != false, 0, NULL, 0, 1, bd); in SetParams()
|
/external/libaom/libaom/av1/common/ |
D | convolve.h | 65 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()
|
D | reconinter.c | 820 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/ |
D | reconinter_enc.c | 104 inter_pred_params.conv_params = get_conv_params_no_round( in av1_enc_build_inter_predictor_y()
|