Home
last modified time | relevance | path

Searched refs:vChrFilterPos (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libswscale/x86/
Dswscale.c85 int32_t *vChrFilterPos= c->vChrFilterPos; in ff_updateMMXDitherTables() local
95 const int firstChrSrcY= vChrFilterPos[chrDstY]; //First line needed as input in ff_updateMMXDitherTables()
/third_party/ffmpeg/libswscale/
Dvscale.c276 chrCtx->filter_pos = c->vChrFilterPos; in ff_init_vscale_pfn()
306 chrCtx->filter_pos = c->vChrFilterPos; in ff_init_vscale_pfn()
Dswscale.c250 int32_t *vChrFilterPos = c->vChrFilterPos; in swscale() local
378 const int firstChrSrcY = FFMAX(1 - vChrFilterSize, vChrFilterPos[chrDstY]); in swscale()
Dslice.c225 int *chrFilterPos = c->vChrFilterPos; in get_min_buffer_size()
Dswscale_internal.h382 …int32_t *vChrFilterPos; ///< Array of vertical filter starting positions for each dst[i] f… member
Dutils.c1733 if ((ret = initFilter(&c->vChrFilter, &c->vChrFilterPos, &c->vChrFilterSize, in sws_init_context()
2356 av_freep(&c->vChrFilterPos); in sws_freeContext()