Searched refs:hChromaSubSample (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_internal.h164 int hChromaSubSample; member in struct:PPContext
H A Dpostprocess.c907 c->hChromaSubSample= cpuCaps&0x3;
910 c->hChromaSubSample= 1;
1030 width = (width )>>c->hChromaSubSample;
H A Dpostprocess_template.c3266 const int qpHShift= isColor ? 4-c.hChromaSubSample : 4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_internal.h164 int hChromaSubSample; member in struct:PPContext
H A Dpostprocess.c938 c->hChromaSubSample= cpuCaps&0x3;
941 c->hChromaSubSample= 1;
1052 width = (width )>>c->hChromaSubSample;
H A Dpostprocess_template.c3187 const int qpHShift= isColor ? 4-c.hChromaSubSample : 4;

Completed in 87 milliseconds