Searched refs:char_rows (Results 1 – 2 of 2) sorted by relevance
45 unsigned char_rows = avctx->height >> 3; in tmv_decode_frame() local52 if (avpkt->size < 2*char_rows*char_cols) { in tmv_decode_frame()67 for (y = 0; y < char_rows; y++) { in tmv_decode_frame()
73 unsigned comp_method, char_cols, char_rows, features; in tmv_read_header() local104 char_rows = avio_r8(pb); in tmv_read_header()105 tmv->video_chunk_size = char_cols * char_rows * 2; in tmv_read_header()136 vst->codecpar->height = char_rows * 8; in tmv_read_header()