Searched refs:curr_delta (Results 1 – 2 of 2) sorted by relevance
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()
1224 int64_t curr_delta; in CacheFrame() local1241 curr_delta = KeyFramePenalty(encoded_frame); in CacheFrame()1242 if (curr_delta <= enc->best_delta_) { // Pick this as the key-frame. in CacheFrame()1251 enc->best_delta_ = curr_delta; in CacheFrame()