Home
last modified time | relevance | path

Searched refs:x_f (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dtransform.c54 int x_c, x_f, y_c, y_f; in INTERPOLATE_METHOD() local
60 x_f = (int)x; in INTERPOLATE_METHOD()
61 x_c = x_f + 1; in INTERPOLATE_METHOD()
68 v3 = PIXEL(src, x_f, y_c, 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()
81 int x_c, x_f, y_c, y_f; in INTERPOLATE_METHOD() local
88 x_f = (int)x; in INTERPOLATE_METHOD()
89 x_c = x_f + 1; in INTERPOLATE_METHOD()
95 v3 = PIXEL(src, x_f, y_c, width, height, stride, def); in INTERPOLATE_METHOD()
[all …]
/third_party/boost/libs/predef/tools/ci/
Dbuild_log.py95 x_f = self.x_name_(*context)
96 if x_f:
101 (x_f[1])(node)
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
Dceval.h445 double x_i, x_f; in ceval_frac_part() local
446 x_f = modf(x, & x_i); in ceval_frac_part()
447 return x_f; in ceval_frac_part()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_point_sprite.txt247 s = 1/2 + (x_f + 1/2 - x_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.txt257 s = 1/2 + (x_f + 1/2 - x_w) / size
260 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_point_sprite.txt283 s = 1/2 + (x_f + 1/2 - x_w) / size
286 where size is the point's size, x_f and y_f are the (integral) window
DARB_fragment_coord_conventions.txt139 (x_f,y_f,z_f,w_f) for the fragment. Computing the fragment coordinate
144 x_f = { convention is integer
354 "The f[WPOS] register holds the components (x_f,y_f,z_f,w_f)
/third_party/openGLES/extensions/ARB/
DARB_point_sprite.txt293 s = 1/2 + (x_f + 1/2 - x_w) / size
296 where size is the point's size, x_f and y_f are the (integral) window
DARB_fragment_coord_conventions.txt149 (x_f,y_f,z_f,w_f) for the fragment. Computing the fragment coordinate
154 x_f = { convention is integer
364 "The f[WPOS] register holds the components (x_f,y_f,z_f,w_f)
/third_party/openGLES/extensions/NV/
DNV_point_sprite.txt317 s = 1/2 + (x_f + 1/2 - x_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.txt317 s = 1/2 + (x_f + 1/2 - x_w) / size
320 where size is the point's size, x_f and y_f are the (integral) window