Searched refs:curr_delta (Results 1 – 2 of 2) sorted by relevance
59 const uint8_t* curr_delta = image_base[y]; in Recompute() local65 row_till_now += *curr_delta; in Recompute()71 ++curr_delta; in Recompute()
1226 int64_t curr_delta; in CacheFrame() local1243 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()