Home
last modified time | relevance | path

Searched defs:in_near (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/stbi/
H A Dstb_image.c1817 static uint8 *resample_row_1(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_1()
1826 static uint8* resample_row_v_2(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_v_2()
1836 static uint8* resample_row_h_2(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_h_2()
1866 static uint8 *resample_row_hv_2(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_hv_2()
1890 static uint8 *resample_row_generic(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_generic()