Searched refs:resample_func (Results 1 – 2 of 2) sorted by relevance
488 int (*resample_func)(struct ResampleContext *c, void *dst, in multiple_resample() local495 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()
148 typedef void (*resample_func)(GLint srcWidth, GLint dstWidth, in blit_nearest() typedef151 resample_func resampleRow; in blit_nearest()