HomeSort by relevance Sort by last modified time
    Searched refs:kmin (Results 1 - 6 of 6) 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/src/mux/
anim_encode.c 120 enc_options->kmin = enc_options->kmax - 1;
133 enc_options->kmin = 0;
141 if (enc_options->kmin >= enc_options->kmax) {
142 enc_options->kmin = enc_options->kmax - 1;
144 fprintf(stderr, "WARNING: Setting kmin = %d, so that kmin < kmax.\n",
145 enc_options->kmin);
149 if (enc_options->kmin < kmin_limit && kmin_limit < enc_options->kmax) {
150 // This ensures that enc.keyframe + kmin >= kmax is always true. So, we
152 enc_options->kmin = kmin_limit
    [all...]
  /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 411 milliseconds