HomeSort by relevance Sort by last modified time
    Searched defs:src_row (Results 1 - 9 of 9) sorted by null

  /external/libjpeg-turbo/
rdrle.c 211 JSAMPROW src_row, dest_row; local
219 src_row = *(*cinfo->mem->access_virt_sarray)
223 val = GETJSAMPLE(*src_row++);
  /external/pdfium/core/fxge/dib/
cfx_imagetransformer.h 60 int src_row; member in struct:CFX_ImageTransformer::DownSampleData
cfx_imagetransformer.cpp 359 *dest = cdata.buf[data.src_row * cdata.pitch + data.src_col];
382 cdata.buf + cdata.pitch * data.src_row + data.src_col;
427 argb[cdata.buf[data.src_row * cdata.pitch + data.src_col]];
465 cdata.buf + data.src_row * cdata.pitch + data.src_col * Bpp;
475 int& src_row = *row; local
478 if (src_row == stretch_height())
479 src_row--;
548 d.src_row = 0;
549 matrix_fix.Transform(col, row, &d.src_col, &d.src_row);
550 if (InStretchBounds(d.src_col, d.src_row)) {
    [all...]
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 390 std::int32_t* src_row = temp_c + i * ldc; local
392 dest_row[j] = static_cast<float>(src_row[j]) * c_offset;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 302 const uint8_t *src_row; local
310 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8);
313 format_desc->unpack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h);
325 const float *src_row; local
333 src_row = src;
335 format_desc->pack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h);
343 const uint8_t *src_row; local
351 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8);
354 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h);
363 const uint8_t *src_row; local
383 const uint8_t *src_row; local
405 const uint32_t *src_row; local
425 const uint8_t *src_row; local
447 const int32_t *src_row; local
622 const uint8_t *src_row; local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 242 const uint8_t* src_row = src; local
246 byte = *src_row++;
259 const uint8_t* src_row = src; local
262 uint8_t b = *src_row++;
263 uint8_t g = *src_row++;
264 uint8_t r = *src_row++;
265 uint8_t a = *src_row++;
  /external/skqp/src/ports/
SkFontHost_FreeType_common.cpp 242 const uint8_t* src_row = src; local
246 byte = *src_row++;
259 const uint8_t* src_row = src; local
262 uint8_t b = *src_row++;
263 uint8_t g = *src_row++;
264 uint8_t r = *src_row++;
265 uint8_t a = *src_row++;
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image-inl.h 570 const U* const src_row = original[0]; local
573 dest_row[x] = src_row[x + src_stride] - src_row[x];
590 const U* const src_row = original[height_less_one_]; local
593 dest_row[x] = src_row[x] - src_row[x - src_stride];
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 215 int src_row = 0; local
218 step = scale * (++src_row);
540 int src_row = line - src_top; local
541 int des_row = (int)(src_row * scale_y) + des_top;
720 int src_row = line - src_top; local
721 int des_row = (int)(src_row * scale_y) + des_top;
892 int src_row = row_num - src_top; local
893 int des_row = (int)(src_row * scale_y) + des_top;
1790 int src_row = src_line - src_top; local
    [all...]

Completed in 495 milliseconds