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

  /external/eigen/bench/btl/libs/blitz/
blitz_LU_solve_interface.hh 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 )
79 somme+=A(row,j)*B(j+row_shift,col);
  /external/eigen/bench/btl/libs/gmm/
gmm_LU_solve_interface.hh 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 )
79 somme+=A(row,j)*B(j+row_shift,col);
  /external/eigen/bench/btl/libs/mtl4/
mtl4_LU_solve_interface.hh 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 )
79 somme+=A(row,j)*B(j+row_shift,col);
  /hardware/intel/common/libva/test/
loadsurface.h 150 unsigned int fourcc, int box_width, int row_shift,
173 xpos = ((row_shift + jj) / box_width) & 0x1;
231 int box_width, int row_shift,
281 box_width, row_shift, field);
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 410 int row_shift = 0; local
431 upload_surface(va_dpy, surface_id, box_width, row_shift, display_field);
496 row_shift++;
497 if (row_shift==(2*box_width)) row_shift= 0;
  /hardware/intel/common/libva/test/encode/
h264encode.c 1678 int row_shift=0; local
    [all...]

Completed in 462 milliseconds