Searched refs:char_cols (Results 1 – 2 of 2) sorted by relevance
44 unsigned char_cols = avctx->width >> 3; in tmv_decode_frame() local52 if (avpkt->size < 2*char_rows*char_cols) { in tmv_decode_frame()68 for (x = 0; x < char_cols; x++) { in tmv_decode_frame()
73 unsigned comp_method, char_cols, char_rows, features; in tmv_read_header() local103 char_cols = avio_r8(pb); in tmv_read_header()105 tmv->video_chunk_size = char_cols * char_rows * 2; in tmv_read_header()135 vst->codecpar->width = char_cols * 8; in tmv_read_header()