Lines Matching defs:update
401 * Intra frames update all 3 references
402 * Inter frames update VP56_FRAME_PREVIOUS if the update_last flag is set
403 * If the update (golden|altref) flag is set, it's updated with the current frame
406 * 0: no update
408 * 2: update golden with altref, or update altref with golden
410 static VP56Frame ref_to_update(VP8Context *s, int update, VP56Frame ref)
414 if (update)
467 // 17.2 MV probability update
650 /* D. Golden frame update flag (a Flag) for interframes only */
692 /* I. DCT coefficient probability update; 13.3 Token Probability Updates */
800 s->lf_delta.update = vp8_rac_get(c);
801 if (s->lf_delta.update)
1255 "partial-golden-update",