Home
last modified time | relevance | path

Searched refs:row_start (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/dsp/
Dlossless.c608 const int row_start = tile_y << bits; in GetBestPredictorForTile() local
610 const int max_y = GetMin(tile_size, height - row_start); in GetBestPredictorForTile()
624 const int row = row_start + y; in GetBestPredictorForTile()
656 const int row_start = tile_y << bits; in CopyTileWithPrediction() local
658 const int max_y = GetMin(tile_size, height - row_start); in CopyTileWithPrediction()
666 const int row = row_start + y; in CopyTileWithPrediction()
1245 int row_start, int row_end, in COLOR_INDEX_INVERSE()
1248 assert(row_start < row_end); in COLOR_INDEX_INVERSE()
1252 VP8LAddGreenToBlueAndRed(out, (row_end - row_start) * width); in COLOR_INDEX_INVERSE()
1255 PredictorInverseTransform(transform, row_start, row_end, out); in COLOR_INDEX_INVERSE()
[all …]
Dlossless.h87 int row_start, int row_end,
/external/ceres-solver/internal/ceres/
Ddynamic_compressed_row_sparse_matrix.cc59 void DynamicCompressedRowSparseMatrix::ClearRows(int row_start, in ClearRows() argument
62 const int i = row_start + r; in ClearRows()
Ddynamic_compressed_row_sparse_matrix.h81 void ClearRows(int row_start, int num_rows);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_optimize.c323 int row_start = inst->bits2.da1.src0_reg_nr*REG_SIZE in brw_is_grf_read() local
326 int write_start = row_start; in brw_is_grf_read()
335 row_start += vs; in brw_is_grf_read()
358 int row_start = inst->bits3.da1.src1_reg_nr*REG_SIZE in brw_is_grf_read() local
361 int write_start = row_start; in brw_is_grf_read()
370 row_start += vs; in brw_is_grf_read()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp75 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left; in SwapXY() local
81 for (int row = row_start; row < row_end; row ++) { in SwapXY()
83 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY()
102 for (int row = row_start; row < row_end; row ++) { in SwapXY()
103 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY()
135 for (int row = row_start; row < row_end; row ++) { in SwapXY()
136 … int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - dest_clip.left; in SwapXY()
/external/eigen/bench/
Dsparse_setter.cpp359 I row_start = Ap[i]; in csr_sort_indices() local
364 for(I jj = row_start; jj < row_end; jj++){ in csr_sort_indices()
370 for(I jj = row_start, n = 0; jj < row_end; jj++, n++){ in csr_sort_indices()
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h230 static void detect_super_cols (colamd_col<Index> Col [], Index A [], Index head [], Index row_start
1561 Index row_start, /* pointer to set of columns to check */ in detect_super_cols() argument
1583 rp = &A [row_start] ; in detect_super_cols()