Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dedge_common.c22 static int get_rounded_direction(int gx, int gy) in get_rounded_direction()
62 const int gx = in ff_sobel() local
Dvf_photosensitivity.c84 int cell, gx, gy, x0, x1, y0, y1, x, y, c, area; in convert_frame_partial() local
Dvf_ciescope.c1335 int rx, ry, gx, gy, bx, by; in plot_gamuts() local
/third_party/skia/tests/
DPathOpsSimplifyQuadThreadedTest.cpp33 int gx = g & 0x03; in testSimplifyQuadsMain() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp33 int gx = g & 0x03; in testSimplifyQuadralateralsMain() local
/third_party/vk-gl-cts/framework/randomshaders/
DrsgProgramExecutor.cpp198 float gx = ((float)x + 0.5f) / cellWidth; in computeGridCellWeights() local
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftbsdf.c448 FT_16D16 gx, gy; in compute_edge_distance() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl37 tvec4<T, P> gx = static_cast<T>(2) * glm::fract(i / T(41)) - T(1); local
359 tvec4<T, P> gx = static_cast<T>(2) * fract(i / T(41)) - T(1); local
/third_party/skia/src/codec/
DSkPngCodec.cpp392 float gx = png_fixed_point_to_float(chrm[4]); in read_color_profile() local
/third_party/ffmpeg/libavcodec/
Dpngenc.c299 double rx, ry, gx, gy, bx, by, wx = 0.3127, wy = 0.3290; in png_get_chrm() local
/third_party/mbedtls/library/
Decp_curves.c4518 const mbedtls_mpi_uint *gx, size_t gxlen, in ecp_group_load()
Decp_curves_new.c4528 const mbedtls_mpi_uint *gx, size_t gxlen, in ecp_group_load()
/third_party/skia/third_party/skcms/
Dskcms.cc1724 float gx, float gy, in skcms_PrimariesToXYZD50()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c3331 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member