Home
last modified time | relevance | path

Searched refs:current_error (Results 1 – 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_compress_symbolic.cpp154 float current_error = dot_s(color_diff * color_diff, error_weight); in realign_weights_undecimated() local
159 if ((up_error < current_error) && (up_error < down_error)) in realign_weights_undecimated()
164 else if (down_error < current_error) in realign_weights_undecimated()
324 float current_error = hadd_s(current_errorv * error_weight); in realign_weights_decimated() local
329 if ((up_error < current_error) && (up_error < down_error)) in realign_weights_decimated()
336 else if (down_error < current_error) in realign_weights_decimated()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c107 GError *current_error; member
666 if (dc->priv->current_error) { in uridecodebin_pad_added_cb()
1380 info, dc->priv->current_error); in emit_discovererd()
1577 dc->priv->current_error = gerr; in handle_message()
1944 if (dc->priv->current_error) { in discoverer_cleanup()
1945 g_error_free (dc->priv->current_error); in discoverer_cleanup()
1956 dc->priv->current_error = NULL; in discoverer_cleanup()
2613 if (discoverer->priv->current_error) in gst_discoverer_discover_uri()
2614 *err = g_error_copy (discoverer->priv->current_error); in gst_discoverer_discover_uri()