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

  /external/eigen/bench/btl/libs/blitz/
blitz_LU_solve_interface.hh 54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
59 for (int j=col_start ; j<col_end+1 ; j++){
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
77 for (int j=col_start ; j<col_end+1 ; j++){
  /external/eigen/bench/btl/libs/gmm/
gmm_LU_solve_interface.hh 54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
59 for (int j=col_start ; j<col_end+1 ; j++){
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
77 for (int j=col_start ; j<col_end+1 ; j++){
  /external/eigen/bench/btl/libs/mtl4/
mtl4_LU_solve_interface.hh 54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
59 for (int j=col_start ; j<col_end+1 ; j++){
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
77 for (int j=col_start ; j<col_end+1 ; j++){
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 396 int col_start = span_left < clip_left ? clip_left - span_left : 0; local
399 dest_scan += col_start * Bpp;
400 ori_scan += col_start * Bpp;
402 dest_scan += col_start / 8;
403 ori_scan += col_start / 8;
407 for (int col = col_start; col < col_end; col ++) {
438 for (int col = col_start; col < col_end; col ++) {
460 for (int col = col_start; col < col_end; col ++) {
500 for (int col = col_start; col < col_end; col ++) {
529 for (int col = col_start; col < col_end; col ++)
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 81 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top; local
93 for (int col = col_start; col < col_end; col ++) {
113 FX_DWORD* src_scan = (FX_DWORD*)GetScanline(row) + col_start;
114 for (int col = col_start; col < col_end; col ++) {
119 FX_LPCBYTE src_scan = GetScanline(row) + col_start * nBytes;
121 for (int col = col_start; col < col_end; col ++) {
126 for (int col = col_start; col < col_end; col ++) {
146 FX_LPCBYTE src_scan = m_pAlphaMask->GetScanline(row) + col_start;
147 for (int col = col_start; col < col_end; col ++) {
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 607 const int col_start = tile_x << bits; local
611 const int max_x = GetMin(tile_size, width - col_start);
628 const int col = col_start + x;
655 const int col_start = tile_x << bits; local
659 const int max_x = GetMin(tile_size, width - col_start);
670 const int col = col_start + x;
    [all...]
  /external/webp/src/dsp/
lossless.c 598 const int col_start = tile_x << bits; local
602 const int max_x = GetMin(tile_size, width - col_start);
619 const int col = col_start + x;
646 const int col_start = tile_x << bits; local
650 const int max_x = GetMin(tile_size, width - col_start);
661 const int col = col_start + x;
    [all...]

Completed in 265 milliseconds