Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dimgutils.c686 int chroma_div = plane == 1 || plane == 2 ? desc->log2_chroma_h : 0; in av_image_fill_black() local
687 int plane_h = ((height + ( 1 << chroma_div) - 1)) >> chroma_div; in av_image_fill_black()