Searched defs:col_start (Results 1 - 5 of 5) sorted by relevance

/external/eigen/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) argument
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 ) argument
77 for (int j=col_start ; j<col_end+1 ; j++){
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) argument
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 ) argument
77 for (int j=col_start ; j<col_end+1 ; j++){
/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) argument
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 ) argument
77 for (int j=col_start ; j<col_end+1 ; j++){
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c526 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;
/external/webp/src/dsp/
H A Dlossless.c526 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;

Completed in 96 milliseconds