/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | f.cpp | 91 const boost::math::ntl::RR& y_offset, in show_extra()
|
/external/cronet/stable/third_party/quic_trace/src/tools/render/ |
D | table.h | 47 int y_offset; member
|
D | table.cc | 42 int y_offset = 0; in Layout() local
|
/external/cronet/tot/third_party/quic_trace/src/tools/render/ |
D | table.h | 47 int y_offset; member
|
D | table.cc | 42 int y_offset = 0; in Layout() local
|
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | matrix_diag_op_gpu.cu.cc | 38 const int y_offset = min(0, diag_index); in ComputeContentOffset() local 119 const int y_offset = max(0, -diag_index); in MatrixDiagPartKernel() local
|
D | matrix_set_diag_op_gpu.cu.cc | 39 const int y_offset = min(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 | 427 __m256i *sse_reg, int y_offset) { in spv32_x0_yb() 445 __m256i *sse_reg, int y_offset) { in spv32_x4_yb() 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 | 63 y_offset = pos.y_offset variable
|
/external/libavc/decoder/ |
D | ih264d_thread_parse_decode.c | 122 UWORD32 u4_frame_stride, y_offset; in ih264d_parse_tfr_nmb() local 447 UWORD32 u4_frame_stride, x_offset, y_offset; in ih264d_decode_slice_thread() local
|
/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 | 1073 float y_offset; in prepareVertexBufferInfoForCoordinates() local 1474 glw::GLint y_offset; in checkResult() local 1630 glw::GLint y_offset; in checkResult() local 1843 glw::GLint y_offset; in checkResult() local 2378 glw::GLint y_offset; in checkResult() local 2519 glw::GLint y_offset; in checkResult() local 2702 glw::GLint y_offset; in checkResult() local 2894 glw::GLint y_offset; in checkResult() local
|
/external/libavc/common/ |
D | ih264_inter_pred_filters.c | 586 WORD32 y_offset = dydx >> 2; in ih264_inter_pred_luma_vert_qpel() local 682 WORD32 y_offset = dydx >> 2; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local 961 WORD32 y_offset = dydx >> 2; in ih264_inter_pred_luma_horz_hpel_vert_qpel() local
|
/external/freetype/src/autofit/ |
D | afshaper.c | 562 FT_Long* y_offset ) in af_shaper_get_elem() 664 FT_Long* y_offset ) in af_shaper_get_elem()
|
/external/libvpx/vpx_dsp/mips/ |
D | variance_mmi.c | 1035 int y_offset, uint8_t *temp2, in var_filter_block2d_bil_16x() 1133 int y_offset, uint8_t *temp2, in var_filter_block2d_bil_8x() 1233 int y_offset, uint8_t *temp2, 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 848 FT_Int y_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 | 1355 UWORD32 y_offset; in isvcd_parse_decode_slice_ext_nal() local 2610 UWORD32 y_offset; in isvcd_parse_decode_slice() local
|
/external/webp/src/dec/ |
D | frame_dec.c | 177 const int y_offset = cache_id * 16 * dec->cache_y_stride_; in ReconstructRow() local 411 const int y_offset = cache_id * 16 * dec->cache_y_stride_; in FinishRow() 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 | 215 hb_position_t y_offset = roundf (entry_y - exit_y); in apply() local
|
/external/freetype/src/sfnt/ |
D | pngshim.c | 254 FT_Int y_offset, in Load_SBit_Png()
|