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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_internal.h247 int chrDstHSubSample; ///< Binary logarithm of horizontal subsampling factor between luma/alpha and chroma planes in destination image. member in struct:SwsContext
H A Dutils.c828 getSubSampleFactors(&c->chrDstHSubSample, &c->chrDstVSubSample, dstFormat);
845 if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) c->chrDstHSubSample=1;
856 && ((dstW>>c->chrDstHSubSample) <= (srcW>>1) || (flags&SWS_FAST_BILINEAR)))
862 c->chrDstW= -((-dstW) >> c->chrDstHSubSample);
H A Dswscale_unscaled.c562 int length = (plane == 0 || plane == 3) ? c->srcW : -((-c->srcW ) >> c->chrDstHSubSample);
857 c->chrDstHSubSample == c->chrSrcHSubSample &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dutils.c1235 av_pix_fmt_get_chroma_sub_sample(dstFormat, &c->chrDstHSubSample, &c->chrDstVSubSample);
1317 c->chrDstHSubSample = 1;
1335 ((dstW >> c->chrDstHSubSample) <= (srcW >> 1) ||
1342 c->chrDstW = FF_CEIL_RSHIFT(dstW, c->chrDstHSubSample);
1480 get_local_pos(c, c->chrDstHSubSample, c->dst_h_chr_pos, 0)) < 0)
H A Dswscale_internal.h296 int chrDstHSubSample; ///< Binary logarithm of horizontal subsampling factor between luma/alpha and chroma planes in destination image. member in struct:SwsContext
H A Dswscale_unscaled.c1400 int length = (plane == 0 || plane == 3) ? c->srcW : FF_CEIL_RSHIFT(c->srcW, c->chrDstHSubSample);
1741 c->chrDstHSubSample == c->chrSrcHSubSample &&

Completed in 159 milliseconds