Searched refs:prev_ref (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 Derror_resilience.c476 int prev_x, prev_y, prev_ref; local
613 prev_ref = s->last_picture.f.ref_index[0][4 * mb_xy];
617 prev_ref = s->current_picture.f.ref_index[0][4 * mb_xy];
623 ref[pred_count] = prev_ref;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.c451 int prev_x, prev_y, prev_ref; local
586 prev_ref = s->last_pic.ref_index[0][4 * mb_xy];
590 prev_ref = s->cur_pic.ref_index[0][4 * mb_xy];
596 ref[pred_count] = prev_ref;

Completed in 111 milliseconds