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

  /external/skia/src/opts/
SkBlitRow_opts.h 192 // Load 8 pixels in 4 NEON registers. src_col.val[i] will contain the same color component
193 // for 8 consecutive pixels (e.g. src_col.val[3] will contain all alpha components of 8
195 uint8x8x4_t src_col = vld4_u8(reinterpret_cast<const uint8_t*>(src)); local
201 uint8x8_t alphas = src_col.val[3];
211 vst4_u8(reinterpret_cast<uint8_t*>(dst), src_col); local
217 vst4_u8(reinterpret_cast<uint8_t*>(dst), SkPMSrcOver_neon8(dst_col, src_col));
  /external/skqp/src/opts/
SkBlitRow_opts.h 192 // Load 8 pixels in 4 NEON registers. src_col.val[i] will contain the same color component
193 // for 8 consecutive pixels (e.g. src_col.val[3] will contain all alpha components of 8
195 uint8x8x4_t src_col = vld4_u8(reinterpret_cast<const uint8_t*>(src)); local
201 uint8x8_t alphas = src_col.val[3];
211 vst4_u8(reinterpret_cast<uint8_t*>(dst), src_col); local
217 vst4_u8(reinterpret_cast<uint8_t*>(dst), SkPMSrcOver_neon8(dst_col, src_col));
  /external/gemmlowp/internal/
unpack.h 75 int src_row, int src_col) {
76 const std::int32_t* src_data = src.data(src_row, src_col);
99 int depth, int src_row, int src_col, int src_global_row,
107 auto acc = Load<RegisterBlockType>(src, src_row, src_col);
111 LoadForBroadcasting<RegisterBlockType>(rhs_sums_of_each_slice, src_col);
115 LoadForBroadcasting<RegisterBlockType>(rhs_offset, src_col);
  /external/pdfium/core/fxge/dib/
cfx_imagetransformer.h 59 int src_col; 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;
474 int& src_col = *col; local
476 if (src_col == stretch_width())
477 src_col--;
547 d.src_col = 0;
549 matrix_fix.Transform(col, row, &d.src_col, &d.src_row);
550 if (InStretchBounds(d.src_col, d.src_row))
    [all...]
  /external/libaom/libaom/av1/common/x86/
av1_convolve_scale_sse4.c 37 const uint8_t *const src_col = src + (x_qn >> SCALE_SUBPEL_BITS); local
49 const uint8_t *const src0 = src_col + y * src_stride;
88 const uint8_t *const src_row = src_col + y * src_stride;
276 const uint16_t *const src_col = src + (x_qn >> SCALE_SUBPEL_BITS); local
287 const uint16_t *const src0 = src_col + y * src_stride;
319 const uint16_t *const src_row = src_col + y * src_stride;
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 151 for (int src_col = 0; src_col < src_len; src_col++) {
152 double des_col_f = src_col * scale;
155 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col;
158 if (src_col == src_len - 1 && des_col < dest_len - 1) {
162 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col;
172 pWeight->m_SrcStart = src_col - 1;
173 pWeight->m_SrcEnd = src_col;
185 int src_col = FXSYS_round((float)src_col_f) local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.c     [all...]

Completed in 610 milliseconds