Searched refs:line_packets (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.c181 signed short line_packets; local
275 line_packets = bytestream2_get_le16(&g2);
276 if ((line_packets & 0xC000) == 0xC000) {
278 line_packets = -line_packets;
279 y_ptr += line_packets * s->frame->linesize[0];
280 } else if ((line_packets & 0xC000) == 0x4000) {
281 av_log(avctx, AV_LOG_ERROR, "Undefined opcode (%x) in DELTA_FLI\n", line_packets);
282 } else if ((line_packets & 0xC000) == 0x8000) {
286 pixels[pixel_ptr] = line_packets
499 signed short line_packets; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflicvideo.c160 signed short line_packets; local
248 line_packets = bytestream2_get_le16(&g2);
249 if ((line_packets & 0xC000) == 0xC000) {
251 line_packets = -line_packets;
252 y_ptr += line_packets * s->frame.linesize[0];
253 } else if ((line_packets & 0xC000) == 0x4000) {
254 av_log(avctx, AV_LOG_ERROR, "Undefined opcode (%x) in DELTA_FLI\n", line_packets);
255 } else if ((line_packets & 0xC000) == 0x8000) {
259 pixels[pixel_ptr] = line_packets
450 signed short line_packets; local
[all...]

Completed in 63 milliseconds