Searched refs:current_error (Results 1 – 2 of 2) sorted by relevance
154 float current_error = dot_s(color_diff * color_diff, error_weight); in realign_weights_undecimated() local159 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() local329 if ((up_error < current_error) && (up_error < down_error)) in realign_weights_decimated()336 else if (down_error < current_error) in realign_weights_decimated()
107 GError *current_error; member666 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()