Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp8.c406 static VP56Frame ref_to_update(VP8Context *s, int update, VP56Frame ref) in ref_to_update() function
477 s->update_golden = ref_to_update(s, update_golden, VP56_FRAME_GOLDEN); in update_refs()
478 s->update_altref = ref_to_update(s, update_altref, VP56_FRAME_GOLDEN2); in update_refs()