Searched refs:mpeg_decode_slice (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 Dmpeg12.c1627 static int mpeg_decode_slice(MpegEncContext *s, int mb_y, function
1861 ret = mpeg_decode_slice(s, mb_y, &buf, s->gb.buffer_end - buf);
2265 if (s2->last_picture_ptr || s2->low_delay) //FIXME merge with the stuff in mpeg_decode_slice
2449 ret = mpeg_decode_slice(s2, mb_y, &buf_ptr, input_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12dec.c1704 static int mpeg_decode_slice(MpegEncContext *s, int mb_y, function
1980 ret = mpeg_decode_slice(s, mb_y, &buf, s->gb.buffer_end - buf);
2388 // FIXME: merge with the stuff in mpeg_decode_slice
2659 ret = mpeg_decode_slice(s2, mb_y, &buf_ptr, input_size);

Completed in 111 milliseconds