HomeSort by relevance Sort by last modified time
    Searched refs:col_start (Results 1 - 5 of 5) 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/chromium_org/third_party/libwebp/dsp/
lossless.c 526 const int col_start = tile_x << bits; local
531 const int xmax = (tile_size <= width - col_start) ?
532 tile_size : width - col_start;
550 const int col = col_start + x;
581 const int col_start = tile_x << bits; local
586 const int xmax = (tile_size <= width - col_start) ?
587 tile_size : width - col_start;
598 const int col = col_start + x;
    [all...]
  /external/webp/src/dsp/
lossless.c 526 const int col_start = tile_x << bits; local
531 const int xmax = (tile_size <= width - col_start) ?
532 tile_size : width - col_start;
550 const int col = col_start + x;
581 const int col_start = tile_x << bits; local
586 const int xmax = (tile_size <= width - col_start) ?
587 tile_size : width - col_start;
598 const int col = col_start + x;
    [all...]

Completed in 469 milliseconds