Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Davrndec.c59 int y, ret, true_height; in decode_frame() local
61 true_height = buf_size / (2*avctx->width); in decode_frame()
74 buf += (true_height - avctx->height)*avctx->width; in decode_frame()
77 … memcpy(p->data[0] + (y+!a->tff)*p->linesize[0], buf + avctx->width*true_height+4, 2*avctx->width); in decode_frame()
81 buf += (true_height - avctx->height)*avctx->width*2; in decode_frame()