Searched refs:interpolate_bilinear (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddeshake_opencl_kernel.h41 unsigned char interpolate_bilinear(float x, float y, global const unsigned char *src,
148 dst[idx_dst] = interpolate_bilinear(x_s, y_s, src, width, height, src_stride_lu, def);
213 dst[idx_dst] = interpolate_bilinear(x_s, y_s, src, cw, ch, src_stride_ch, def);
H A Dtransform.c52 INTERPOLATE_METHOD(interpolate_bilinear)
165 func = interpolate_bilinear;
H A Dvf_rotate.c287 static uint8_t *interpolate_bilinear(uint8_t *dst_color, function
422 pin = interpolate_bilinear(inp_inv,

Completed in 48 milliseconds