Searched refs:EVG_LERP (Results 1 – 2 of 2) sorted by relevance
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/evg/ |
H A D | stencil.c | 483 static u32 EVG_LERP(u32 c0, u32 c1, u8 t) in EVG_LERP() function 754 p00 = EVG_LERP(p00, p01, tx); in tex_fill_run() 755 p10 = EVG_LERP(p10, p11, tx); in tex_fill_run() 756 pix = EVG_LERP(p00, p10, ty); in tex_fill_run() 1947 col = EVG_LERP(col, col10, diff_x); in gf_evg_stencil_get_pixel_f_intern() 1948 col11 = EVG_LERP(col01, col11, diff_x); in gf_evg_stencil_get_pixel_f_intern() 1949 col = EVG_LERP(col, col11, diff_y); in gf_evg_stencil_get_pixel_f_intern()
|
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/evg/ |
H A D | stencil.c | 483 static u32 EVG_LERP(u32 c0, u32 c1, u8 t) in EVG_LERP() function 754 p00 = EVG_LERP(p00, p01, tx); in tex_fill_run() 755 p10 = EVG_LERP(p10, p11, tx); in tex_fill_run() 756 pix = EVG_LERP(p00, p10, ty); in tex_fill_run() 1947 col = EVG_LERP(col, col10, diff_x); in gf_evg_stencil_get_pixel_f_intern() 1948 col11 = EVG_LERP(col01, col11, diff_x); in gf_evg_stencil_get_pixel_f_intern() 1949 col = EVG_LERP(col, col11, diff_y); in gf_evg_stencil_get_pixel_f_intern()
|