Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibzvbi-teletextdec.c63 int chop_top; member
167 static int gen_sub_text(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) in gen_sub_text() argument
179 0, chop_top, in gen_sub_text()
180 page->columns, page->rows-chop_top); in gen_sub_text()
295 static int gen_sub_ass(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) in gen_sub_ass() argument
312 for (i = chop_top; i < page->rows; i++) { in gen_sub_ass()
344 for (i = chop_top; i < page->rows; i++) { in gen_sub_ass()
413 int chop_top, int resx, int resy) in fix_transparency()
420 vbi_char *vc = page->text + (iy / BITMAP_CHAR_HEIGHT + chop_top) * page->columns; in fix_transparency()
451 static int gen_sub_bitmap(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) in gen_sub_bitmap() argument
412 fix_transparency(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top, int resx, int resy) fix_transparency() argument
515 int chop_top; handler() local
[all...]

Completed in 2 milliseconds