Searched refs:hChrFilter (Results 1 – 4 of 4) sorted by relevance
287 int16_t *filter = c->hChrFilter; in ff_hcscale_fast_mmxext()
355 …desc_chscale(&c->desc[index], &c->slice[srcIdx], &c->slice[dstIdx], c->hChrFilter, c->hChrFilterPo… in ff_init_filters()
1673 !FF_ALLOCZ_TYPED_ARRAY(c->hChrFilter, c->chrDstW / 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()2349 av_freep(&c->hChrFilter); in sws_freeContext()
376 … int16_t *hChrFilter; ///< Array of horizontal filter coefficients for chroma planes. member