Searched refs:chrDstVSubSample (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale.c458 const int chrDstY = dstY >> c->chrDstVSubSample;
469 const int firstLumSrcY2 = FFMAX(1 - vLumFilterSize, vLumFilterPos[FFMIN(dstY | ((1 << c->chrDstVSubSample) - 1), dstH - 1)]);
584 const int chrSkipMask = (1 << c->chrDstVSubSample) - 1;
1098 dst2[1] += ((c->dstH >> c->chrDstVSubSample) - 1) * dstStride[1];
1099 dst2[2] += ((c->dstH >> c->chrDstVSubSample) - 1) * dstStride[2];
H A Dswscale_internal.h297 int chrDstVSubSample; ///< Binary logarithm of vertical subsampling factor between luma/alpha and chroma planes in destination image. member in struct:SwsContext
H A Dswscale_unscaled.c355 for (i = 0; i < (srcSliceH >> c->chrDstVSubSample); i++) {
1401 int y = (plane == 0 || plane == 3) ? srcSliceY: FF_CEIL_RSHIFT(srcSliceY, c->chrDstVSubSample);
1402 int height = (plane == 0 || plane == 3) ? srcSliceH: FF_CEIL_RSHIFT(srcSliceH, c->chrDstVSubSample);
1742 c->chrDstVSubSample == c->chrSrcVSubSample &&
H A Dutils.c1235 av_pix_fmt_get_chroma_sub_sample(dstFormat, &c->chrDstHSubSample, &c->chrDstVSubSample);
1343 c->chrDstH = FF_CEIL_RSHIFT(dstH, c->chrDstVSubSample);
1505 get_local_pos(c, c->chrDstVSubSample, c->dst_v_chr_pos, 1)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c563 int y = (plane == 0 || plane == 3) ? srcSliceY: -((-srcSliceY) >> c->chrDstVSubSample);
564 int height = (plane == 0 || plane == 3) ? srcSliceH: -((-srcSliceH) >> c->chrDstVSubSample);
858 c->chrDstVSubSample == c->chrSrcVSubSample &&
1029 dst2[1] += ((c->dstH >> c->chrDstVSubSample) - 1) * dstStride[1];
1030 dst2[2] += ((c->dstH >> c->chrDstVSubSample) - 1) * dstStride[2];
H A Dswscale_internal.h248 int chrDstVSubSample; ///< Binary logarithm of vertical 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);
863 c->chrDstH= -((-dstH) >> c->chrDstVSubSample);
H A Dswscale.c2460 const int chrDstY= dstY>>c->chrDstVSubSample;
2469 const int firstLumSrcY2= vLumFilterPos[FFMIN(dstY | ((1<<c->chrDstVSubSample) - 1), dstH-1)];
2615 const int chrSkipMask= (1<<c->chrDstVSubSample)-1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_mmx.c120 const int chrDstY= dstY>>c->chrDstVSubSample;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale.c102 const int chrDstY= dstY>>c->chrDstVSubSample;

Completed in 94 milliseconds