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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8.c243 static VP56Frame ref_to_update(VP8Context *s, int update, VP56Frame ref) function
266 s->update_golden = ref_to_update(s, update_golden, VP56_FRAME_GOLDEN);
267 s->update_altref = ref_to_update(s, update_altref, VP56_FRAME_GOLDEN2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp8.c344 static VP56Frame ref_to_update(VP8Context *s, int update, VP56Frame ref) function
415 s->update_golden = ref_to_update(s, update_golden, VP56_FRAME_GOLDEN);
416 s->update_altref = ref_to_update(s, update_altref, VP56_FRAME_GOLDEN2);

Completed in 44 milliseconds