Searched refs:row_start (Results 1 – 11 of 11) sorted by relevance
/external/webp/src/dsp/ |
D | lossless.c | 364 int row_start, int row_end, in VP8LInverseTransform() argument 367 assert(row_start < row_end); in VP8LInverseTransform() 371 VP8LAddGreenToBlueAndRed(out, (row_end - row_start) * width); in VP8LInverseTransform() 374 PredictorInverseTransform(transform, row_start, row_end, out); in VP8LInverseTransform() 378 memcpy(out - width, out + (row_end - row_start - 1) * width, in VP8LInverseTransform() 383 ColorSpaceInverseTransform(transform, row_start, row_end, out); in VP8LInverseTransform() 392 const int out_stride = (row_end - row_start) * width; in VP8LInverseTransform() 393 const int in_stride = (row_end - row_start) * in VP8LInverseTransform() 397 ColorIndexInverseTransform(transform, row_start, row_end, src, out); in VP8LInverseTransform() 399 ColorIndexInverseTransform(transform, row_start, row_end, in, out); in VP8LInverseTransform()
|
D | lossless_enc.c | 562 const int row_start = tile_y << bits; in GetBestPredictorForTile() local 564 const int max_y = GetMin(tile_size, height - row_start); in GetBestPredictorForTile() 584 const int row = row_start + y; in GetBestPredictorForTile()
|
D | lossless.h | 59 int row_start, int row_end,
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | lossless.c | 527 const int row_start = tile_y << bits; in GetBestPredictorForTile() local 529 const int ymax = (tile_size <= height - row_start) ? in GetBestPredictorForTile() 530 tile_size : height - row_start; in GetBestPredictorForTile() 546 const int row = row_start + y; in GetBestPredictorForTile() 582 const int row_start = tile_y << bits; in CopyTileWithPrediction() local 584 const int ymax = (tile_size <= height - row_start) ? in CopyTileWithPrediction() 585 tile_size : height - row_start; in CopyTileWithPrediction() 594 const int row = row_start + y; in CopyTileWithPrediction() 1157 int row_start, int row_end, in COLOR_INDEX_INVERSE() 1159 assert(row_start < row_end); in COLOR_INDEX_INVERSE() [all …]
|
D | lossless.h | 35 int row_start, int row_end,
|
/external/ceres-solver/internal/ceres/ |
D | dynamic_compressed_row_sparse_matrix.cc | 59 void DynamicCompressedRowSparseMatrix::ClearRows(int row_start, in ClearRows() argument 62 const int i = row_start + r; in ClearRows()
|
D | dynamic_compressed_row_sparse_matrix.h | 81 void ClearRows(int row_start, int num_rows);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_optimize.c | 323 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/ |
D | fx_dib_transform.cpp | 196 int row_start = bXFlip ? m_Height - dest_clip.right : dest_clip.left; in SwapXY() local 202 for (int row = row_start; row < row_end; row++) { in SwapXY() 204 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() 224 for (int row = row_start; row < row_end; row++) { in SwapXY() 225 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() 259 for (int row = row_start; row < row_end; row++) { in SwapXY() 260 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY()
|
/external/eigen/bench/ |
D | sparse_setter.cpp | 359 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/ |
D | Eigen_Colamd.h | 230 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()
|