Searched refs:use_fixed_values (Results 1 – 5 of 5) sorted by relevance
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/ |
H A D | convolve_test.cc | 513 void Test(bool use_fixed_values, int value, 545 if (use_fixed_values) { in SetInputData() 583 if (use_fixed_values) { in Check() 603 if (use_fixed_values) { in Check16Bit() 643 SetInputData(use_fixed_values, value); in Test() 726 if (!use_fixed_values) { in Test() 978 if (use_fixed_values) { in SetInputData() 1017 if (use_fixed_values) { in Check() 1036 if (use_fixed_values) { in Check16Bit() 1069 SetInputData(use_fixed_values, value); in Test() [all …]
|
H A D | weight_mask_test.cc | 185 void SetInputData(bool use_fixed_values, int value_1, int value_2); 186 void Test(int num_runs, bool use_fixed_values, int value_1, int value_2); 203 void WeightMaskTest<bitdepth>::SetInputData(const bool use_fixed_values, in SetInputData() argument 206 if (use_fixed_values) { in SetInputData() 273 const bool use_fixed_values, in Test() argument 276 SetInputData(use_fixed_values, value_1, value_2); in Test() 282 if (use_fixed_values) { in Test()
|
H A D | warp_test.cc | 258 void SetInputData(bool use_fixed_values, int value); 259 void Test(bool use_fixed_values, int value, int num_runs = 1); 277 void WarpTest<is_compound, bitdepth, Pixel>::SetInputData(bool use_fixed_values, in SetInputData() argument 279 if (use_fixed_values) { in SetInputData() 305 void WarpTest<is_compound, bitdepth, Pixel>::Test(bool use_fixed_values, in Test() argument 309 SetInputData(use_fixed_values, value); in Test() 349 if (use_fixed_values) { in Test()
|
H A D | obmc_test.cc | 176 void Test(const char* digest, bool use_fixed_values, int value); 190 const bool use_fixed_values, in Test() argument 193 if (use_fixed_values) { in Test() 214 if (use_fixed_values) { in Test()
|
/dports/multimedia/libgav1/libgav1-0.17.0/src/ |
H A D | post_filter_test.cc | 280 void TestExtendFrame(bool use_fixed_values, Pixel value); 303 void FillBuffer(bool use_fixed_values, Pixel value); 314 bool use_fixed_values, Pixel value) { in FillBuffer() argument 315 if (use_fixed_values) { in FillBuffer() 384 bool use_fixed_values, Pixel value) { in TestExtendFrame() argument 402 FillBuffer(use_fixed_values, value); in TestExtendFrame() 447 void TestApplySuperRes(bool use_fixed_values, Pixel value, int id, 455 bool use_fixed_values, Pixel value, int id, bool multi_threaded) { in TestApplySuperRes() argument 520 if (use_fixed_values) { in TestApplySuperRes()
|