Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dutvideodec.c193 static int compute_cmask(int plane_no, int interlaced, enum AVPixelFormat pix_fmt) in compute_cmask() function
213 const int cmask = compute_cmask(plane_no, c->interlaced, c->avctx->pix_fmt); in decode_plane()