Home
last modified time | relevance | path

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

/third_party/ffmpeg/libpostproc/
Dpostprocess_internal.h170 int hChromaSubSample; member
Dpostprocess.c889 c->hChromaSubSample= cpuCaps&0x3; in pp_get_context()
892 c->hChromaSubSample= 1; in pp_get_context()
1017 width = (width )>>c->hChromaSubSample; in pp_postprocess()
Dpostprocess_template.c3324 const int qpHShift= isColor ? 4-c.hChromaSubSample : 4; in RENAME()