Searched refs:chrDstW (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | utils.c | 1426 c->chrDstW = AV_CEIL_RSHIFT(dstW, c->chrDstHSubSample); in sws_init_context() 1445 c->chrDstW >= c->chrSrcW && in sws_init_context() 1447 if (!c->canMMXEXTBeUsed && dstW >= srcW && c->chrDstW >= c->chrSrcW && (srcW & 15) == 0 in sws_init_context() 1459 c->chrXInc = (((int64_t)c->chrSrcW << 16) + (c->chrDstW >> 1)) / c->chrDstW; in sws_init_context() 1477 c->chrXInc = ((int64_t)(c->chrSrcW - 2) << 16) / (c->chrDstW - 2) - 20; in sws_init_context() 1636 c->chrMmxextFilterCodeSize = ff_init_hscaler_mmxext(c->chrDstW, c->chrXInc, in sws_init_context() 1673 !FF_ALLOCZ_TYPED_ARRAY(c->hChrFilter, c->chrDstW / 4 + 8) || in sws_init_context() 1675 !FF_ALLOCZ_TYPED_ARRAY(c->hChrFilterPos, c->chrDstW / 2 / 4 + 8)) in sws_init_context() 1680 ff_init_hscaler_mmxext(c->chrDstW, c->chrXInc, c->chrMmxextFilterCode, in sws_init_context() 1709 c->chrSrcW, c->chrDstW, filterAlign, 1 << 14, in sws_init_context() [all …]
|
D | output.c | 187 uint8_t *dest8, int chrDstW) in yuv2p016cX_c() argument 196 for (i = 0; i < chrDstW; i++) { in yuv2p016cX_c() 410 uint8_t *dest, int chrDstW) in yuv2nv12cX_c() argument 416 for (i=0; i<chrDstW; i++) { in yuv2nv12cX_c() 429 for (i=0; i<chrDstW; i++) { in yuv2nv12cX_c() 484 uint8_t *dest8, int chrDstW) in yuv2p010cX_c() argument 491 for (i = 0; i < chrDstW; i++) { in yuv2p010cX_c()
|
D | swscale_internal.h | 299 int chrDstW; ///< Width of destination chroma planes. member
|
/third_party/ffmpeg/libswscale/ppc/ |
D | swscale_vsx.c | 2091 if (c->flags & SWS_FAST_BILINEAR && c->dstW >= c->srcW && c->chrDstW >= c->chrSrcW) { in ff_sws_init_swscale_vsx()
|