Home
last modified time | relevance | path

Searched refs:y_f (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dtransform.c54 int x_c, x_f, y_c, y_f; in INTERPOLATE_METHOD() local
63 y_f = (int)y; in INTERPOLATE_METHOD()
64 y_c = y_f + 1; in INTERPOLATE_METHOD()
67 v2 = PIXEL(src, x_c, y_f, width, height, stride, def); in INTERPOLATE_METHOD()
69 v4 = PIXEL(src, x_f, y_f, width, height, stride, def); in INTERPOLATE_METHOD()
71 return (v1*(x - x_f)*(y - y_f) + v2*((x - x_f)*(y_c - y)) + in INTERPOLATE_METHOD()
72 v3*(x_c - x)*(y - y_f) + v4*((x_c - x)*(y_c - y))); in INTERPOLATE_METHOD()
81 int x_c, x_f, y_c, y_f; in INTERPOLATE_METHOD() local
90 y_f = (int)y; in INTERPOLATE_METHOD()
91 y_c = y_f + 1; in INTERPOLATE_METHOD()
[all …]
/third_party/openGLES/extensions/ARB/
DARB_fragment_coord_conventions.txt149 (x_f,y_f,z_f,w_f) for the fragment. Computing the fragment coordinate
158 y_f' = { convention is upper-left
161 { y_f' - 0.5, if the fragment processing pixel-center
162 y_f = { convention is integer
163 { y_f', otherwise
364 "The f[WPOS] register holds the components (x_f,y_f,z_f,w_f)
DARB_point_sprite.txt294 t = 1/2 - (y_f + 1/2 - y_w) / size
296 where size is the point's size, x_f and y_f are the (integral) window
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_fragment_coord_conventions.txt139 (x_f,y_f,z_f,w_f) for the fragment. Computing the fragment coordinate
148 y_f' = { convention is upper-left
151 { y_f' - 0.5, if the fragment processing pixel-center
152 y_f = { convention is integer
153 { y_f', otherwise
354 "The f[WPOS] register holds the components (x_f,y_f,z_f,w_f)
DARB_point_sprite.txt284 t = 1/2 - (y_f + 1/2 - y_w) / size
286 where size is the point's size, x_f and y_f are the (integral) window
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_point_sprite.txt248 t = 1/2 - (y_f + 1/2 - y_w) / size
250 where size is the point's size, x_f and y_f are the (integral) window
/third_party/openGLES/extensions/OES/
DOES_point_sprite.txt258 t = 1/2 - (y_f + 1/2 - y_w) / size
260 where size is the point's size, x_f and y_f are the (integral) window
/third_party/openGLES/extensions/NV/
DNV_point_sprite.txt318 t = 1/2 - (y_f + 1/2 - y_w) / size
320 where size is the point's size, x_f and y_f are the (integral) window
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_point_sprite.txt318 t = 1/2 - (y_f + 1/2 - y_w) / size
320 where size is the point's size, x_f and y_f are the (integral) window