Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dintegral_image.h59 const uint8_t* curr_delta = image_base[y]; in Recompute() local
65 row_till_now += *curr_delta; in Recompute()
71 ++curr_delta; in Recompute()
/external/webp/src/mux/
Danim_encode.c1226 int64_t curr_delta; in CacheFrame() local
1243 curr_delta = KeyFramePenalty(encoded_frame); in CacheFrame()
1244 if (curr_delta <= enc->best_delta_) { // Pick this as the key-frame. in CacheFrame()
1253 enc->best_delta_ = curr_delta; in CacheFrame()