/third_party/ffmpeg/libavfilter/ |
H A D | edge_common.c | 22 static int get_rounded_direction(int gx, int gy) in get_rounded_direction() argument 66 const int gy = ff_sobel() local [all...] |
H A D | vf_photosensitivity.c | 84 int cell, gx, gy, x0, x1, y0, y1, x, y, c, area; in convert_frame_partial() local
|
H A D | vf_ciescope.c | 1335 int rx, ry, gx, gy, bx, by; in plot_gamuts() local
|
/third_party/skia/tests/ |
H A D | PathOpsSimplifyQuadThreadedTest.cpp | 34 int gy = g >> 2; in testSimplifyQuadsMain() local
|
H A D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 34 int gy = g >> 2; in testSimplifyQuadralateralsMain() local
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftbsdf.c | 448 FT_16D16 gx, gy; in compute_edge_distance() local [all...] |
/third_party/ffmpeg/libswscale/ |
H A D | rgb2rgb_template.c | 653 int32_t ry = rgb2yuv[RY_IDX], gy = rgb2yuv[GY_IDX], by = rgb2yuv[BY_IDX]; in ff_rgb24toyv12_c() local
|
H A D | input.c | 40 int32_t ry = rgb2yuv[RY_IDX], gy = rgb2yuv[GY_IDX], by = rgb2yuv[BY_IDX]; in rgb64ToY_c_template() local 128 int32_t ry = rgb2yuv[RY_IDX], gy = rgb2yuv[GY_IDX], by = rgb2yuv[BY_IDX]; in rgb48ToY_c_template() local 259 const int ry = rgb2yuv[RY_IDX]<<rsh, gy = rgb2yuv[GY_IDX]<<gsh, by = rgb2yuv[BY_IDX]<<bsh; in rgb16_32ToY_c_template() local 766 int32_t ry = rgb2yuv[RY_IDX], gy = rgb2yuv[GY_IDX], by = rgb2yuv[BY_IDX]; in bgr24ToY_c() local 819 int32_t ry = rgb2yuv[RY_IDX], gy = rgb2yuv[GY_IDX], by = rgb2yuv[BY_IDX]; in rgb24ToY_c() local 871 int32_t ry = rgb2yuv[RY_IDX], gy = rgb2yuv[GY_IDX], by = rgb2yuv[BY_IDX]; planar_rgb_to_y() local 915 int32_t ry = rgb2yuv[RY_IDX], gy = rgb2yuv[GY_IDX], by = rgb2yuv[BY_IDX]; planar_rgb16_to_y() local 999 int32_t ry = rgb2yuv[RY_IDX], gy = rgb2yuv[GY_IDX], by = rgb2yuv[BY_IDX]; planar_rgbf32_to_y() local [all...] |
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgProgramExecutor.cpp | 199 float gy = ((float)y + 0.5f) / cellHeight; in computeGridCellWeights() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | pngenc.c | 299 double rx, ry, gx, gy, bx, by, wx = 0.3127, wy = 0.3290; in png_get_chrm() local
|
/third_party/skia/src/codec/ |
H A D | SkPngCodec.cpp | 398 float gy = png_fixed_point_to_float(chrm[5]); in read_color_profile() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ETC_Decoder.cpp | 576 int gy = j * (gv - go) + 2; in decodePlanarBlock() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | ETC_Decoder.cpp | 579 int gy = j * (gv - go) + 2; in decodePlanarBlock() local
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | loadimage_etc.cpp | 660 int gy = static_cast<int>(j) * (gv - go) + 2; in decodePlanarBlock() local
|
/third_party/mbedtls/library/ |
H A D | ecp_curves.c | 4514 ecp_group_load(mbedtls_ecp_group *grp, const mbedtls_mpi_uint *p, size_t plen, const mbedtls_mpi_uint *a, size_t alen, const mbedtls_mpi_uint *b, size_t blen, const mbedtls_mpi_uint *gx, size_t gxlen, const mbedtls_mpi_uint *gy, size_t gylen, const mbedtls_mpi_uint *n, size_t nlen, const mbedtls_ecp_point *T) ecp_group_load() argument
|
H A D | ecp_curves_new.c | 4524 ecp_group_load(mbedtls_ecp_group *grp, const mbedtls_mpi_uint *p, size_t plen, const mbedtls_mpi_uint *a, size_t alen, const mbedtls_mpi_uint *b, size_t blen, const mbedtls_mpi_uint *gx, size_t gxlen, const mbedtls_mpi_uint *gy, size_t gylen, const mbedtls_mpi_uint *n, size_t nlen, const mbedtls_ecp_point *T) ecp_group_load() argument
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 3331 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 10364 float gx, gy, gh, gw; in nk_draw_list_add_text() local
|