Searched refs:chrDstVSubSample (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | swscale.c | 355 dstY, dstH, dstY >> c->chrDstVSubSample, in swscale() 356 AV_CEIL_RSHIFT(dstH, c->chrDstVSubSample), 0); in swscale() 371 const int chrDstY = dstY >> c->chrDstVSubSample; in swscale() 376 …Y2 = FFMAX(1 - vLumFilterSize, vLumFilterPos[FFMIN(dstY | ((1 << c->chrDstVSubSample) - 1), dstH -… in swscale() 958 dst2[1] += ((c->dstH >> c->chrDstVSubSample) - 1) * dstStride[1]; in sws_scale() 959 dst2[2] += ((c->dstH >> c->chrDstVSubSample) - 1) * dstStride[2]; in sws_scale()
|
D | slice.c | 305 …e(&c->slice[i], c->srcFormat, lumBufSize, chrBufSize, c->chrDstHSubSample, c->chrDstVSubSample, 1); in ff_init_filters() 314 …lice(&c->slice[i], c->dstFormat, c->dstH, c->chrDstH, c->chrDstHSubSample, c->chrDstVSubSample, 0); in ff_init_filters()
|
D | swscale_unscaled.c | 482 dstPtr += (srcSliceY >> c->chrDstVSubSample) * dststr; in bswap_16bpc() 483 for (i = 0; i < (srcSliceH >> c->chrDstVSubSample); i++) { in bswap_16bpc() 509 dstPtr += (srcSliceY >> c->chrDstVSubSample) * dststr; in bswap_32bpc() 510 for (i = 0; i < (srcSliceH >> c->chrDstVSubSample); i++) { in bswap_32bpc() 1811 …nt y = (plane == 0 || plane == 3) ? srcSliceY: AV_CEIL_RSHIFT(srcSliceY, c->chrDstVSubSample); in planarCopyWrapper() 1812 …nt height = (plane == 0 || plane == 3) ? srcSliceH: AV_CEIL_RSHIFT(srcSliceH, c->chrDstVSubSample); in planarCopyWrapper() 2214 c->chrDstVSubSample == c->chrSrcVSubSample && in ff_get_unscaled_swscale()
|
D | swscale_internal.h | 311 …int chrDstVSubSample; ///< Binary logarithm of vertical subsampling factor between luma/… member
|
D | utils.c | 1306 av_pix_fmt_get_chroma_sub_sample(dstFormat, &c->chrDstHSubSample, &c->chrDstVSubSample); in sws_init_context() 1427 c->chrDstH = AV_CEIL_RSHIFT(dstH, c->chrDstVSubSample); in sws_init_context() 1740 get_local_pos(c, c->chrDstVSubSample, c->dst_v_chr_pos, 1))) < 0) in sws_init_context()
|
/third_party/ffmpeg/libswscale/x86/ |
D | swscale.c | 93 const int chrDstY= dstY>>c->chrDstVSubSample; in ff_updateMMXDitherTables()
|