/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | f.cpp | 90 const boost::math::ntl::RR& x_offset, in show_extra()
|
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | matrix_diag_op_gpu.cu.cc | 39 const int x_offset = max(0, diag_index); in ComputeContentOffset() local 120 const int x_offset = max(0, diag_index); in MatrixDiagPartKernel() local
|
D | matrix_set_diag_op_gpu.cu.cc | 40 const int x_offset = max(0, diag_index); in ComputeContentOffset() local
|
/external/webp/examples/ |
D | gifdec.h | 49 int x_offset, y_offset, width, height; member
|
/external/libvpx/vpx_dsp/x86/ |
D | variance_avx2.c | 436 __m256i *sse_reg, int x_offset) { in spv32_xb_y0() 484 __m256i *sse_reg, int x_offset) { in spv32_xb_y4() 535 __m256i *sse_reg, int x_offset, int y_offset) { in spv32_xb_yb() 587 int x_offset, int y_offset, in sub_pix_var32xh() 644 int x_offset, int y_offset, in sub_pixel_variance32xh_avx2() 652 int x_offset, int y_offset, in sub_pixel_avg_variance32xh_avx2() 822 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, in vpx_sub_pixel_variance64x64_avx2() 837 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, in vpx_sub_pixel_variance32x32_avx2() 845 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, in vpx_sub_pixel_avg_variance64x64_avx2() 864 const uint8_t *src_ptr, int src_stride, int x_offset, int y_offset, in vpx_sub_pixel_avg_variance32x32_avx2()
|
/external/harfbuzz_ng/src/ |
D | sample.py | 62 x_offset = pos.x_offset variable
|
/external/webp/src/mux/ |
D | muxedit.c | 393 int* const x_offset, int* const y_offset, int* const duration) { in GetFrameInfo() 407 int* const x_offset, int* const y_offset, in GetImageInfo() 442 int x_offset = 0, y_offset = 0, duration = 0, w = 0, h = 0; in GetAdjustedCanvasSize() local
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 1070 float x_offset; in prepareVertexBufferInfoForCoordinates() local 1473 glw::GLint x_offset; in checkResult() local 1629 glw::GLint x_offset; in checkResult() local 1842 glw::GLint x_offset; in checkResult() local 2377 glw::GLint x_offset; in checkResult() local 2518 glw::GLint x_offset; in checkResult() local 2701 glw::GLint x_offset; in checkResult() local 2893 glw::GLint x_offset; in checkResult() local
|
/external/libavc/common/ |
D | ih264_inter_pred_filters.c | 499 WORD32 x_offset = dydx & 0x3; in ih264_inter_pred_luma_horz_qpel() local 681 WORD32 x_offset = dydx & 0x3; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local 797 WORD32 x_offset = dydx & 0x3; in ih264_inter_pred_luma_horz_qpel_vert_hpel() local
|
/external/libvpx/vpx_dsp/mips/ |
D | variance_mmi.c | 1034 int src_stride, int x_offset, in var_filter_block2d_bil_16x() 1132 int src_stride, int x_offset, in var_filter_block2d_bil_8x() 1232 int src_stride, int x_offset, in var_filter_block2d_bil_4x()
|
/external/libvpx/vp9/common/ |
D | vp9_reconinter.h | 77 static INLINE int64_t scaled_buffer_offset(int x_offset, int y_offset, in scaled_buffer_offset()
|
/external/harfbuzz_ng/src/OT/Color/sbix/ |
D | sbix.hh | 238 int x_offset = 0, y_offset = 0; in paint_glyph() local 326 int x_offset = 0, y_offset = 0; in get_png_extents() local
|
/external/freetype/src/sdf/ |
D | ftbsdf.c | 292 #define CHECK_NEIGHBOR( x_offset, y_offset ) \ argument 847 FT_Int x_offset, in compare_neighbor()
|
/external/libavc/decoder/svc/ |
D | isvcd_thread_parse_decode.c | 390 UWORD32 u4_frame_stride, x_offset, y_offset; in isvcd_decode_slice_thread() local
|
D | isvcd_parse_slice.c | 1354 UWORD32 x_offset; in isvcd_parse_decode_slice_ext_nal() local 2609 UWORD32 x_offset; in isvcd_parse_decode_slice() local
|
/external/pdfium/core/fxge/dib/ |
D | cfx_dibbase.cpp | 177 const size_t x_offset = Fx2DSizeOrDie(src_left, bytes_per_pixel); in ConvertBuffer_Rgb2Gray() local 363 const size_t x_offset = Fx2DSizeOrDie(src_left, 3); in ConvertBuffer_24bppRgb2Rgb24() local 380 const size_t x_offset = Fx2DSizeOrDie(src_left, 4); in ConvertBuffer_32bppRgb2Rgb24() local 404 const size_t x_offset = Fx2DSizeOrDie(src_left, comps); in ConvertBuffer_Rgb2Rgb32() local
|
/external/libpng/contrib/examples/ |
D | simpleover.c | 103 sprite_op(const struct sprite *sprite, int x_offset, int y_offset, in sprite_op()
|
/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
D | CursivePosFormat1.hh | 214 hb_position_t x_offset = roundf (entry_x - exit_x); in apply() local
|
/external/freetype/src/sfnt/ |
D | pngshim.c | 253 FT_Int x_offset, in Load_SBit_Png()
|
/external/webp/src/webp/ |
D | mux.h | 208 int x_offset; // x-offset of the frame. member
|
D | demux.h | 147 int x_offset, y_offset; // offset relative to the canvas. member
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | volume9.c | 226 unsigned x_offset = util_format_get_stride(format, x); in NineVolume9_GetSystemMemOffset() local
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | image_utils.h | 181 const int x_offset, const int y_offset) { in ImageCrossCorrelation()
|
/external/libavc/decoder/ |
D | ih264d_thread_parse_decode.c | 447 UWORD32 u4_frame_stride, x_offset, y_offset; in ih264d_decode_slice_thread() local
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_blit.c | 298 nir_def *x_offset; in vc4_get_yuv_fs() local
|