Home
last modified time | relevance | path

Searched defs:x_offset (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
Dh264_mc_template.c42 int x_offset, int y_offset, in mc_part()
115 int x_offset = (i & 1) << 2; in MCFUNC() local
Dh264idct_template.c246 static const uint8_t x_offset[4]={0, 2*stride, 8*stride, 10*stride}; in FUNCC() local
282 static const uint8_t x_offset[2]={0, 16}; in FUNCC() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dcomposite_bitmap_glyph.h32 int32_t x_offset() { return x_offset_; } in x_offset() function
Dcomposite_bitmap_glyph.cc84 int32_t x_offset, in Component()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dcomposite_bitmap_glyph.h32 int32_t x_offset() { return x_offset_; } in x_offset() function
Dcomposite_bitmap_glyph.cc84 int32_t x_offset, in Component()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Df.cpp90 const boost::math::ntl::RR& x_offset, in show_extra()
/third_party/mindspore/mindspore/core/ops/
Dbatch_matmul.cc83 size_t x_offset = x_shp.size() - offset; in BatchMatmulInferShape() local
107 size_t x_offset = xshp.size() - offset; in BatchMatmulInferShape() local
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dgifdec.h49 int x_offset, y_offset, width, height; member
/third_party/skia/third_party/externals/libwebp/examples/
Dgifdec.h49 int x_offset, y_offset, width, height; member
/third_party/harfbuzz/src/
Dsample.py60 x_offset = pos.x_offset variable
/third_party/skia/third_party/externals/harfbuzz/src/
Dsample.py60 x_offset = pos.x_offset variable
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dsample.py76 x_offset = pos.x_offset variable
/third_party/boost/libs/geometry/test/algorithms/overlay/
Ddebug_sort_by_side_svg.hpp93 int x_offset = left ? -6 : 6; in sorted_side_map() local
/third_party/skia/third_party/externals/libwebp/src/mux/
Dmuxedit.c390 int* const x_offset, int* const y_offset, int* const duration) { in GetFrameInfo()
404 int* const x_offset, int* const y_offset, in GetImageInfo()
439 int x_offset = 0, y_offset = 0, duration = 0, w = 0, h = 0; in GetAdjustedCanvasSize() local
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Dmuxedit.c392 int* const x_offset, int* const y_offset, int* const duration) { in GetFrameInfo()
406 int* const x_offset, int* const y_offset, in GetImageInfo()
441 int x_offset = 0, y_offset = 0, duration = 0, w = 0, h = 0; in GetAdjustedCanvasSize() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1070 float x_offset; in prepareVertexBufferInfoForCoordinates() local
1472 glw::GLint x_offset; in checkResult() local
1628 glw::GLint x_offset; in checkResult() local
1841 glw::GLint x_offset; in checkResult() local
2371 glw::GLint x_offset; in checkResult() local
2512 glw::GLint x_offset; in checkResult() local
2695 glw::GLint x_offset; in checkResult() local
2887 glw::GLint x_offset; in checkResult() local
/third_party/gstreamer/gstplugins_bad/ext/rsvg/
Dgstrsvgoverlay.h56 int x_offset; member
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.h43 int x_offset; member
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c296 gint * x_offset, gint * y_offset) in _mixer_pad_get_output_size()
467 gint x_offset, y_offset; in _pad_obscures_rectangle() local
590 gint x_offset, y_offset; in gst_compositor_pad_create_conversion_info() local
980 gint x_offset; in _fixate_caps() local
/third_party/boost/libs/math/minimax/
Df.cpp393 const mp_type& x_offset, in show_extra()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftbsdf.c292 #define CHECK_NEIGHBOR( x_offset, y_offset ) \ argument
849 FT_Int x_offset, in compare_neighbor()
/third_party/ffmpeg/libavformat/
Dapngdec.c241 uint32_t sequence_number, width, height, x_offset, y_offset; in decode_fctl_chunk() local
/third_party/libpng/contrib/examples/
Dsimpleover.c103 sprite_op(const struct sprite *sprite, int x_offset, int y_offset, in sprite_op()
/third_party/skia/third_party/externals/libpng/contrib/examples/
Dsimpleover.c103 sprite_op(const struct sprite *sprite, int x_offset, int y_offset, in sprite_op()

12345