HomeSort by relevance Sort by last modified time
    Searched defs:src_row (Results 1 - 8 of 8) 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/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/pdfium/core/fxcodec/lbmp/
fx_bmp.h 137 uint32_t src_row; member in struct:tag_bmp_compress_struct
  /external/pdfium/core/fxge/dib/
fx_dib_transform.cpp 532 int src_col, src_row; local
533 result2stretch_fix.Transform(col, row, src_col, src_row);
534 if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 &&
535 src_row <= stretch_height) {
539 if (src_row == stretch_height) {
540 src_row--;
543 stretch_buf_mask[src_row * stretch_pitch_mask + src_col];
615 int src_col, src_row; local
616 result2stretch_fix.Transform(col, row, src_col, src_row);
617 if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 &
735 int src_col, src_row; local
915 int src_col, src_row; local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 226 const uint8_t* src_row = src; local
230 byte = *src_row++;
243 const uint8_t* src_row = src; local
246 uint8_t b = *src_row++;
247 uint8_t g = *src_row++;
248 uint8_t r = *src_row++;
249 uint8_t a = *src_row++;
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 224 int src_row = 0; local
227 step = scale * (++src_row);
562 int src_row = line - src_top; local
563 int des_row = (int)(src_row * scale_y) + des_top;
745 int src_row = line - src_top; local
746 int des_row = (int)(src_row * scale_y) + des_top;
914 int src_row = row_num - src_top; local
915 int des_row = (int)(src_row * scale_y) + des_top;
1774 int src_row = src_line - src_top; local
    [all...]
  /external/pdfium/core/fxcodec/lgif/
fx_gif.h 263 uint32_t src_row; member in struct:tag_gif_compress_struct

Completed in 691 milliseconds