Searched refs:x_f (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | transform.c | 54 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/ |
D | build_log.py | 95 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/ |
D | ceval.h | 445 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/ |
D | OES_point_sprite.txt | 247 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/ |
D | OES_point_sprite.txt | 257 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/ |
D | ARB_point_sprite.txt | 283 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
|
D | ARB_fragment_coord_conventions.txt | 139 (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/ |
D | ARB_point_sprite.txt | 293 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
|
D | ARB_fragment_coord_conventions.txt | 149 (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/ |
D | NV_point_sprite.txt | 317 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/ |
D | NV_point_sprite.txt | 317 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
|