Home
last modified time | relevance | path

Searched refs:src_col (Results 1 – 4 of 4) sorted by relevance

/external/gemmlowp/internal/
Dunpack.h75 int src_row, int src_col) { in PrefetchResultBlock() argument
76 const std::int32_t* src_data = src.data(src_row, src_col); in PrefetchResultBlock()
99 int depth, int src_row, int src_col, int src_global_row, in UnpackResultBlock() argument
109 auto acc = Load<RegisterBlockType>(src, src_row, src_col); in UnpackResultBlock()
113 LoadForBroadcasting<RegisterBlockType>(rhs_sums_of_each_slice, src_col); in UnpackResultBlock()
117 LoadForBroadcasting<RegisterBlockType>(rhs_offset, src_col); in UnpackResultBlock()
/external/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c37 const uint8_t *const src_col = src + (x_qn >> SCALE_SUBPEL_BITS); in hfilter8() local
49 const uint8_t *const src0 = src_col + y * src_stride; in hfilter8()
88 const uint8_t *const src_row = src_col + y * src_stride; in hfilter8()
276 const uint16_t *const src_col = src + (x_qn >> SCALE_SUBPEL_BITS); in highbd_hfilter8() local
287 const uint16_t *const src0 = src_col + y * src_stride; in highbd_hfilter8()
319 const uint16_t *const src_row = src_col + y * src_stride; in highbd_hfilter8()
/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp94 int& src_col = *col; in AdjustCoords() local
96 if (src_col == clip_rect.Width()) in AdjustCoords()
97 src_col--; in AdjustCoords()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c3780 …er_add_ps_fog_stage(struct shader_translator *tx, struct ureg_dst dst_col, struct ureg_src src_col) in shader_add_ps_fog_stage() argument
3788 ureg_MOV(ureg, dst_col, src_col); in shader_add_ps_fog_stage()
3828 tx_src_scalar(fog_factor), src_col, fog_color); in shader_add_ps_fog_stage()
3829 ureg_MOV(ureg, ureg_writemask(dst_col, TGSI_WRITEMASK_W), src_col); in shader_add_ps_fog_stage()