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

  /external/webp/src/dsp/
lossless.h 29 // rows. Transform will be applied to rows [row_start, row_end[.
33 int row_start, int row_end,
lossless.c     [all...]
  /external/eigen/bench/
sparse_setter.cpp 360 I row_end = Ap[i+1]; local
364 for(I jj = row_start; jj < row_end; jj++){
370 for(I jj = row_start, n = 0; jj < row_end; jj++, n++){
385 I row_end = 0; local
387 I jj = row_end;
388 row_end = Ap[i+1];
389 while( jj < row_end ){
393 while( jj < row_end && Aj[jj] == j ){

Completed in 386 milliseconds