Searched refs:frame_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 Dvp56.c385 AVFrame *frame_current, *frame_ref; local
403 frame_ref = s->framep[ref_frame];
404 if (mb_type != VP56_MB_INTRA && !frame_ref->data[0])
425 frame_ref->data[plane] + off,
443 vp56_mc(s, b, plane, frame_ref->data[plane], s->stride[plane],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp56.c386 AVFrame *frame_current, *frame_ref; local
402 frame_ref = s->frames[ref_frame];
403 if (mb_type != VP56_MB_INTRA && !frame_ref->data[0])
424 frame_ref->data[plane] + off,
442 vp56_mc(s, b, plane, frame_ref->data[plane], s->stride[plane],

Completed in 101 milliseconds