Home
last modified time | relevance | path

Searched refs:resample_func (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswresample/
Dresample.c488 int (*resample_func)(struct ResampleContext *c, void *dst, in multiple_resample() local
495 resample_func = (c->linear && (c->frac || c->dst_incr_mod)) ? in multiple_resample()
498 … *consumed = resample_func(c, dst->ch[i], src->ch[i], dst_size, i+1 == dst->ch_count); in multiple_resample()
/third_party/mesa3d/src/mesa/swrast/
Ds_blit.c148 typedef void (*resample_func)(GLint srcWidth, GLint dstWidth, in blit_nearest() typedef
151 resample_func resampleRow; in blit_nearest()