Searched refs:row_shift (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
D | GIFImageReader.cpp | 123 unsigned row_dup = 0, row_shift = 0; in output_row() local 128 row_shift = 3; in output_row() 132 row_shift = 1; in output_row() 136 row_shift = 0; in output_row() 142 drow_start -= row_shift; in output_row() 146 if (((gs->height - 1) - drow_end) <= row_shift) in output_row()
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_LU_solve_interface.hh | 72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument 79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_LU_solve_interface.hh | 72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument 79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()
|
/external/eigen/bench/btl/libs/blitz/ |
D | blitz_LU_solve_interface.hh | 72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument 79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()
|