HomeSort by relevance Sort by last modified time
    Searched refs:row_offset (Results 1 - 10 of 10) sorted by null

  /external/eigen/unsupported/test/
cxx11_tensor_image_patch.cpp 152 int row_offset = r*stride + i - row_padding; local
155 if (row_offset >= 0 && col_offset >= 0 && row_offset < tensor.dimension(1) && col_offset < tensor.dimension(2)) {
156 expected = tensor(d, row_offset, col_offset, b);
164 if (row_offset >= 0 && col_offset >= 0 && row_offset < tensor_row_major.dimension(2) && col_offset < tensor_row_major.dimension(1)) {
165 expected_row_major = tensor_row_major(b, col_offset, row_offset, d);
232 int row_offset = r + i - row_padding; local
234 if (row_offset >= 0 && col_offset >= 0 && row_offset < input_rows && col_offset < input_cols)
305 int row_offset = r + i - row_padding; local
382 int row_offset = r*stride + i - row_padding; local
529 int row_offset = r*stride + i - row_padding; local
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image.c 141 image_info->row_offset = 0;
357 uint16 row_start, row_end, gen_rows, row_offset; local
368 &row_offset, &mixed);
428 image_info->row_offset = (
463 image_info->row_offset = (
472 image_info->row_offset = (image_info->scaled_height - image_info->printable_height);
500 image_info->row_offset = (
512 image_info->row_offset = (image_info->scaled_height - image_info->printable_height);
536 image_info->row_offset = (
625 start_row += image_info->row_offset;
847 uint16 generated_rows, row_offset; local
    [all...]
wprint_image.h 123 unsigned int row_offset; member in struct:__anon47930
  /external/pdfium/third_party/libtiff/
tif_getimage.c 266 img->row_offset = 0;
669 rowstoread = th - (row + img->row_offset) % th;
679 row+img->row_offset, 0, 0)==(tmsize_t)(-1) && img->stoponerr)
684 pos = ((row+img->row_offset) % th) * TIFFTileRowSize(tif) + \
826 rowstoread = th - (row + img->row_offset) % th;
836 row+img->row_offset,0,0)==(tmsize_t)(-1) && img->stoponerr)
843 row+img->row_offset,0,1) == (tmsize_t)(-1)
851 row+img->row_offset,0,2) == (tmsize_t)(-1)
859 row+img->row_offset,0,colorchannels) == (tmsize_t)(-1)
866 pos = ((row+img->row_offset) % th) * TIFFTileRowSize(tif) +
    [all...]
tiffio.h 231 int row_offset; member in struct:_TIFFRGBAImage
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 191 row_offset = row - self.prev_row
192 if row_offset:
193 self.tokens.append("\\\n" * row_offset)
  /external/python/cpython2/Lib/
tokenize.py 191 row_offset = row - self.prev_row
192 if row_offset:
193 self.tokens.append("\\\n" * row_offset)
  /external/webp/src/dec/
io_dec.c 472 const int row_offset = scaler->src_y - io->mb_y; local
474 io->a + row_offset * io->width, io->width);
  /external/ImageMagick/coders/
png.c 2004 row_offset; local
3216 GrayQuantum,ping_pixels+row_offset,exception); local
3220 GrayAlphaQuantum,ping_pixels+row_offset,exception); local
3224 RGBAQuantum,ping_pixels+row_offset,exception); local
3228 IndexQuantum,ping_pixels+row_offset,exception); local
3232 RGBQuantum,ping_pixels+row_offset,exception); local
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 577 nir_ssa_def *row_offset = local
580 offset = nir_iadd(&b->nb, offset, row_offset);
    [all...]

Completed in 401 milliseconds