Home
last modified time | relevance | path

Searched refs:best_error (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_pick_best_endpoint_format.cpp234 best_error[i][3] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
236 best_error[i][2] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
238 best_error[i][1] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
240 best_error[i][0] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
300 best_error[i][3] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
301 best_error[i][2] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
302 best_error[i][1] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
303 best_error[i][0] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
460 float errorterm = MIN(best_error[0][quant][i] + best_error[1][quant][j], 1e10f); in two_partitions_find_best_combination_for_every_quantization_and_integer_count()
550 …float errorterm = MIN(best_error[0][quant][i] + best_error[1][quant][j] + best_error[2][quant][k],… in three_partitions_find_best_combination_for_every_quantization_and_integer_count()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_pick_best_endpoint_format.cpp234 best_error[i][3] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
236 best_error[i][2] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
238 best_error[i][1] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
240 best_error[i][0] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
300 best_error[i][3] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
301 best_error[i][2] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
302 best_error[i][1] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
303 best_error[i][0] = 1e30f; in compute_color_error_for_every_integer_count_and_quantization_level()
460 float errorterm = MIN(best_error[0][quant][i] + best_error[1][quant][j], 1e10f); in two_partitions_find_best_combination_for_every_quantization_and_integer_count()
550 …float errorterm = MIN(best_error[0][quant][i] + best_error[1][quant][j] + best_error[2][quant][k],… in three_partitions_find_best_combination_for_every_quantization_and_integer_count()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dglobal_motion.c145 int64_t step_error, best_error; in refine_integerized_param() local
156 best_error = AOMMIN(best_error, best_frame_error); in refine_integerized_param()
171 0, 0, best_error); in refine_integerized_param()
172 if (step_error < best_error) { in refine_integerized_param()
173 best_error = step_error; in refine_integerized_param()
184 0, 0, best_error); in refine_integerized_param()
185 if (step_error < best_error) { in refine_integerized_param()
186 best_error = step_error; in refine_integerized_param()
201 if (step_error < best_error) { in refine_integerized_param()
202 best_error = step_error; in refine_integerized_param()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dglobal_motion.c145 int64_t step_error, best_error; in refine_integerized_param() local
156 best_error = AOMMIN(best_error, best_frame_error); in refine_integerized_param()
171 0, 0, best_error); in refine_integerized_param()
172 if (step_error < best_error) { in refine_integerized_param()
173 best_error = step_error; in refine_integerized_param()
184 0, 0, best_error); in refine_integerized_param()
185 if (step_error < best_error) { in refine_integerized_param()
186 best_error = step_error; in refine_integerized_param()
201 if (step_error < best_error) { in refine_integerized_param()
202 best_error = step_error; in refine_integerized_param()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dglobal_motion.c145 int64_t step_error, best_error; in refine_integerized_param() local
156 best_error = AOMMIN(best_error, best_frame_error); in refine_integerized_param()
171 0, 0, best_error); in refine_integerized_param()
172 if (step_error < best_error) { in refine_integerized_param()
173 best_error = step_error; in refine_integerized_param()
184 0, 0, best_error); in refine_integerized_param()
185 if (step_error < best_error) { in refine_integerized_param()
186 best_error = step_error; in refine_integerized_param()
201 if (step_error < best_error) { in refine_integerized_param()
202 best_error = step_error; in refine_integerized_param()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dglobal_motion.c145 int64_t step_error, best_error; in refine_integerized_param() local
156 best_error = AOMMIN(best_error, best_frame_error); in refine_integerized_param()
171 0, 0, best_error); in refine_integerized_param()
172 if (step_error < best_error) { in refine_integerized_param()
173 best_error = step_error; in refine_integerized_param()
184 0, 0, best_error); in refine_integerized_param()
185 if (step_error < best_error) { in refine_integerized_param()
186 best_error = step_error; in refine_integerized_param()
201 if (step_error < best_error) { in refine_integerized_param()
202 best_error = step_error; in refine_integerized_param()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dglobal_motion.c145 int64_t step_error, best_error; in svt_av1_refine_integerized_param() local
152 best_error = svt_av1_warp_error(wm, in svt_av1_refine_integerized_param()
168 best_error = AOMMIN(best_error, best_frame_error); in svt_av1_refine_integerized_param()
194 best_error); in svt_av1_refine_integerized_param()
195 if (step_error < best_error) { in svt_av1_refine_integerized_param()
196 best_error = step_error; in svt_av1_refine_integerized_param()
219 if (step_error < best_error) { in svt_av1_refine_integerized_param()
220 best_error = step_error; in svt_av1_refine_integerized_param()
246 if (step_error < best_error) { in svt_av1_refine_integerized_param()
247 best_error = step_error; in svt_av1_refine_integerized_param()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A Dglobal_motion.c145 int64_t step_error, best_error; in svt_av1_refine_integerized_param() local
152 best_error = svt_av1_warp_error(wm, in svt_av1_refine_integerized_param()
168 best_error = AOMMIN(best_error, best_frame_error); in svt_av1_refine_integerized_param()
194 best_error); in svt_av1_refine_integerized_param()
195 if (step_error < best_error) { in svt_av1_refine_integerized_param()
196 best_error = step_error; in svt_av1_refine_integerized_param()
219 if (step_error < best_error) { in svt_av1_refine_integerized_param()
220 best_error = step_error; in svt_av1_refine_integerized_param()
246 if (step_error < best_error) { in svt_av1_refine_integerized_param()
247 best_error = step_error; in svt_av1_refine_integerized_param()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dglobal_motion.c143 int64_t step_error, best_error; in refine_integerized_param() local
150 best_error = av1_warp_error( in refine_integerized_param()
158 best_error = AOMMIN(best_error, best_frame_error); in refine_integerized_param()
179 if (step_error < best_error) { in refine_integerized_param()
180 best_error = step_error; in refine_integerized_param()
195 if (step_error < best_error) { in refine_integerized_param()
196 best_error = step_error; in refine_integerized_param()
214 best_error); in refine_integerized_param()
215 if (step_error < best_error) { in refine_integerized_param()
216 best_error = step_error; in refine_integerized_param()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-chip/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/test/dm/
H A Dk210_pll.c17 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 best_error = S64_MAX; in dm_test_k210_pll_calc_config()
20 error = best_error; in dm_test_k210_pll_calc_config()
37 if (error < best_error) { in dm_test_k210_pll_calc_config()
41 best_error = error; in dm_test_k210_pll_calc_config()
47 if (best_error == S64_MAX) in dm_test_k210_pll_calc_config()

12345678910>>...19