Searched refs:hsub (Results 51 - 56 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_spp.c270 spp->hsub = desc->log2_chroma_w;
325 const int cw = FF_CEIL_RSHIFT(inlink->w, spp->hsub);
H A Dvf_colormatrix.c73 int hsub, vsub; member in struct:__anon3380
308 color->hsub = pix_desc->log2_chroma_w;
H A Dvf_fieldmatch.c81 int hsub, vsub; ///< chroma subsampling values member in struct:__anon3393
156 return plane ? FF_CEIL_RSHIFT(f->width, fm->hsub) : f->width;
273 const int width = FF_CEIL_RSHIFT(src->width, fm->hsub);
877 fm->hsub = pix_desc->log2_chroma_w;
H A Dvf_scale.c52 "hsub",
90 int hsub, vsub; ///< chroma subsampling member in struct:ScaleContext
462 scale->hsub = desc->log2_chroma_w;
H A Dunsharp_opencl.c169 int cw = FF_CEIL_RSHIFT(link->w, unsharp->hsub);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c500 int hsub = (sps->chroma_format_idc == 1 || local
502 int step_x = 1 << hsub;

Completed in 94 milliseconds

123