Searched refs:hChrFilterPos (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libswscale/x86/ |
D | hscale_fast_bilinear_simd.c | 286 int32_t *filterPos = c->hChrFilterPos; in ff_hcscale_fast_mmxext()
|
/third_party/ffmpeg/libswscale/ |
D | slice.c | 355 …>desc[index], &c->slice[srcIdx], &c->slice[dstIdx], c->hChrFilter, c->hChrFilterPos, c->hChrFilter… in ff_init_filters()
|
D | utils.c | 1675 !FF_ALLOCZ_TYPED_ARRAY(c->hChrFilterPos, c->chrDstW / 2 / 4 + 8)) in sws_init_context() 1681 c->hChrFilter, (uint32_t*)c->hChrFilterPos, 4); in sws_init_context() 1707 if ((ret = initFilter(&c->hChrFilter, &c->hChrFilterPos, in sws_init_context() 2358 av_freep(&c->hChrFilterPos); in sws_freeContext()
|
D | swscale_internal.h | 380 …int32_t *hChrFilterPos; ///< Array of horizontal filter starting positions for each dst[i] f… member
|