Searched refs:SWR_ENGINE_SWR (Results 1 – 3 of 3) sorted by relevance
160 SWR_ENGINE_SWR, /**< SW Resampler */ enumerator
95 …sampler" , 0 , AV_OPT_TYPE_CONST, {.i64=SWR_ENGINE_SWR }, INT_…
200 case SWR_ENGINE_SWR : s->resampler = &swri_resampler; break; in swr_init()492 int padless = ARCH_X86 && s->engine == SWR_ENGINE_SWR ? 7 : 0; in resample()