Searched refs:golden (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8.h209 uint8_t golden; member in struct:__anon2033::__anon2038
H A Dvp8.c231 * Determine which buffers golden and altref should be updated with after this frame.
236 * If the update (golden|altref) flag is set, it's updated with the current frame
241 * 2: update golden with altref, or update altref with golden
389 s->prob->golden = vp8_rac_get_uint(c, 8);
667 mb->ref_frame = vp56_rac_get_prob(c, s->prob->golden) ?
1624 // check if golden and altref are swapped
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp8.h237 uint8_t golden; member in struct:VP8Context::__anon3268
H A Dvp8.c332 * Determine which buffers golden and altref should be updated with after this frame.
337 * If the update (golden|altref) flag is set, it's updated with the current frame
342 * 2: update golden with altref, or update altref with golden
464 /* preserve the golden frame, write a new previous frame */
743 s->prob->golden = vp8_rac_get_uint(c, 8);
1149 "partial-golden-update",
1197 (!is_vp7 && vp56_rac_get_prob(c, s->prob->golden)) ? VP56_FRAME_GOLDEN2 /* altref */
2569 // check if golden and altref are swapped

Completed in 74 milliseconds