Searched defs:col_start (Results 1 - 7 of 7) 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/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_driver.cpp396 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; co
[all...]
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_transform.cpp81 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 ++) {
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c607 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;
/external/webp/src/dsp/
H A Dlossless.c598 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;

Completed in 104 milliseconds