HomeSort by relevance Sort by last modified time
    Searched defs:kmin (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_pruneL.h 60 Index kmin = 0, kmax = 0, minloc, maxloc,krow; local
80 kmin = glu.xlsub(irep);
82 for (krow = kmin; krow <= kmax; krow++)
100 while (kmin <= kmax)
104 else if ( perm_r(glu.lsub(kmin)) != emptyIdxLU)
105 kmin++;
108 // kmin below pivrow (not yet pivoted), and kmax
110 std::swap(glu.lsub(kmin), glu.lsub(kmax));
118 minloc = glu.xlusup(irep) + ( kmin - glu.xlsub(irep) );
122 kmin++
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 74 Int k, kmin = 0; local
142 kmin = k;
149 kmin = k;
163 hp_guess = kmin;
  /external/webp/include/webp/
mux.h 428 int kmin; member in struct:WebPAnimEncoderOptions
432 // Note that these conditions should hold: kmax > kmin
433 // and kmin >= kmax / 2 + 1. Also, if kmax <= 0, then
435 // then all frames will be key-frames (kmin value does
  /external/webp/src/webp/
mux.h 428 int kmin; member in struct:WebPAnimEncoderOptions
432 // Note that these conditions should hold: kmax > kmin
433 // and kmin >= kmax / 2 + 1. Also, if kmax <= 0, then
435 // then all frames will be key-frames (kmin value does
  /external/ImageMagick/coders/
dds.c 1071 kmin; local
    [all...]

Completed in 122 milliseconds