Searched refs:byte_run (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflicvideo.c183 int byte_run; local
299 byte_run = sign_extend(bytestream2_get_byte(&g2), 8);
300 if (byte_run < 0) {
301 byte_run = -byte_run;
304 CHECK_PIXEL_PTR(byte_run * 2);
305 for (j = 0; j < byte_run; j++, pixel_countdown -= 2) {
310 CHECK_PIXEL_PTR(byte_run * 2);
311 if (bytestream2_tell(&g2) + byte_run * 2 > stream_ptr_after_chunk)
313 for (j = 0; j < byte_run *
501 int byte_run; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflicvideo.c162 int byte_run; local
270 byte_run = sign_extend(bytestream2_get_byte(&g2), 8);
271 if (byte_run < 0) {
272 byte_run = -byte_run;
275 CHECK_PIXEL_PTR(byte_run * 2);
276 for (j = 0; j < byte_run; j++, pixel_countdown -= 2) {
281 CHECK_PIXEL_PTR(byte_run * 2);
282 for (j = 0; j < byte_run * 2; j++, pixel_countdown--) {
311 byte_run
452 int byte_run; local
[all...]

Completed in 158 milliseconds