Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtmv.c44 unsigned char_cols = avctx->width >> 3; in tmv_decode_frame() local
52 if (avpkt->size < 2*char_rows*char_cols) { in tmv_decode_frame()
68 for (x = 0; x < char_cols; x++) { in tmv_decode_frame()
/third_party/ffmpeg/libavformat/
Dtmv.c73 unsigned comp_method, char_cols, char_rows, features; in tmv_read_header() local
103 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()