Searched refs:start_line (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqtrleenc.c243 int start_line = 0; local
249 for (start_line = 0; start_line < s->avctx->height; start_line++)
250 if (memcmp(p->data[0] + start_line*p->linesize[0],
251 s->previous_frame.data[0] + start_line*s->previous_frame.linesize[0],
255 for (end_line=s->avctx->height; end_line > start_line; end_line--)
264 if ((start_line == 0 && end_line == s->avctx->height) || start_line == s->avctx->height)
268 bytestream_put_be16(&buf, start_line); // startin
[all...]
H A Dqtrle.c425 int header, start_line; local
455 start_line = AV_RB16(&s->buf[stream_ptr]);
460 start_line = 0;
463 row_ptr = s->frame.linesize[0] * start_line;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqtrleenc.c329 int start_line = 0; local
335 for (start_line = 0; start_line < s->avctx->height; start_line++)
336 if (memcmp(p->data[0] + start_line*p->linesize[0],
337 s->previous_frame.data[0] + start_line*s->previous_frame.linesize[0],
341 for (end_line=s->avctx->height; end_line > start_line; end_line--)
350 if ((start_line == 0 && end_line == s->avctx->height) || start_line == s->avctx->height)
354 bytestream_put_be16(&buf, start_line); // startin
[all...]
H A Dqtrle.c410 int header, start_line; local
433 start_line = bytestream2_get_be16(&s->g);
437 if (height > s->avctx->height - start_line)
440 start_line = 0;
443 row_ptr = s->frame->linesize[0] * start_line;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/davinci/
H A Disif.h367 __u32 start_line; member in struct:isif_df_csc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgettext-po.c907 start_line is the line number where the string starts, or (size_t)(-1) if no
911 po_message_add_filepos (po_message_t message, const char *file, size_t start_line) argument
915 message_comment_filepos (mp, file, start_line);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Disif.c534 regw(df_csc->start_line, FMTSLV);

Completed in 83 milliseconds