Lines Matching refs:next_framep
2662 memcpy(&s->next_framep[0], &s->framep[0], sizeof(s->framep[0]) * 4); in vp78_decode_frame()
2706 s->next_framep[VP56_FRAME_GOLDEN2] = s->framep[s->update_altref]; in vp78_decode_frame()
2708 s->next_framep[VP56_FRAME_GOLDEN2] = s->framep[VP56_FRAME_GOLDEN2]; in vp78_decode_frame()
2711 s->next_framep[VP56_FRAME_GOLDEN] = s->framep[s->update_golden]; in vp78_decode_frame()
2713 s->next_framep[VP56_FRAME_GOLDEN] = s->framep[VP56_FRAME_GOLDEN]; in vp78_decode_frame()
2716 s->next_framep[VP56_FRAME_PREVIOUS] = curframe; in vp78_decode_frame()
2718 s->next_framep[VP56_FRAME_PREVIOUS] = s->framep[VP56_FRAME_PREVIOUS]; in vp78_decode_frame()
2720 s->next_framep[VP56_FRAME_CURRENT] = curframe; in vp78_decode_frame()
2790 memcpy(&s->framep[0], &s->next_framep[0], sizeof(s->framep[0]) * 4); in vp78_decode_frame()
2806 memcpy(&s->next_framep[0], &s->framep[0], sizeof(s->framep[0]) * 4); in vp78_decode_frame()
2930 s->framep[0] = REBASE(s_src->next_framep[0]); in vp8_decode_update_thread_context()
2931 s->framep[1] = REBASE(s_src->next_framep[1]); in vp8_decode_update_thread_context()
2932 s->framep[2] = REBASE(s_src->next_framep[2]); in vp8_decode_update_thread_context()
2933 s->framep[3] = REBASE(s_src->next_framep[3]); in vp8_decode_update_thread_context()