Searched refs:line_packets (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dflicvideo.c156 signed short line_packets; local
246 line_packets = AV_RL16(&buf[stream_ptr]);
248 if ((line_packets & 0xC000) == 0xC000) {
250 line_packets = -line_packets;
251 y_ptr += line_packets * s->frame.linesize[0];
252 } else if ((line_packets & 0xC000) == 0x4000) {
253 av_log(avctx, AV_LOG_ERROR, "Undefined opcode (%x) in DELTA_FLI\n", line_packets);
254 } else if ((line_packets & 0xC000) == 0x8000) {
256 pixels[y_ptr + s->frame.linesize[0] - 1] = line_packets
449 signed short line_packets; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dflicvideo.c156 signed short line_packets; local
246 line_packets = AV_RL16(&buf[stream_ptr]);
248 if ((line_packets & 0xC000) == 0xC000) {
250 line_packets = -line_packets;
251 y_ptr += line_packets * s->frame.linesize[0];
252 } else if ((line_packets & 0xC000) == 0x4000) {
253 av_log(avctx, AV_LOG_ERROR, "Undefined opcode (%x) in DELTA_FLI\n", line_packets);
254 } else if ((line_packets & 0xC000) == 0x8000) {
256 pixels[y_ptr + s->frame.linesize[0] - 1] = line_packets
449 signed short line_packets; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dflicvideo.c156 signed short line_packets; local
246 line_packets = AV_RL16(&buf[stream_ptr]);
248 if ((line_packets & 0xC000) == 0xC000) {
250 line_packets = -line_packets;
251 y_ptr += line_packets * s->frame.linesize[0];
252 } else if ((line_packets & 0xC000) == 0x4000) {
253 av_log(avctx, AV_LOG_ERROR, "Undefined opcode (%x) in DELTA_FLI\n", line_packets);
254 } else if ((line_packets & 0xC000) == 0x8000) {
256 pixels[y_ptr + s->frame.linesize[0] - 1] = line_packets
449 signed short line_packets; local
[all...]

Completed in 129 milliseconds