Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibzvbi-teletextdec.c62 int chop_top; member
166 …atic int gen_sub_text(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) in gen_sub_text() argument
178 0, chop_top, in gen_sub_text()
179 page->columns, page->rows-chop_top); in gen_sub_text()
294 static int gen_sub_ass(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) in gen_sub_ass() argument
311 for (i = chop_top; i < page->rows; i++) { in gen_sub_ass()
343 for (i = chop_top; i < page->rows; i++) { in gen_sub_ass()
412 int chop_top, int resx, int resy) in fix_transparency() argument
419 vbi_char *vc = page->text + (iy / BITMAP_CHAR_HEIGHT + chop_top) * page->columns; in fix_transparency()
450 …ic int gen_sub_bitmap(TeletextContext *ctx, AVSubtitleRect *sub_rect, vbi_page *page, int chop_top) in gen_sub_bitmap() argument
[all …]