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

  /external/ceres-solver/examples/
ellipse_approximation.cc 276 : num_segments_(num_segments), y_(y) {
280 for (int i = 0; i < num_segments_; ++i) {
294 CHECK_LT(t, num_segments_);
295 const int i0 = floor(t), i1 = (i0 + 1) % num_segments_;
310 for (int i = 0; i < num_segments_; ++i) {
332 return t - num_segments_ * floor(t / num_segments_);
335 const int num_segments_; member in class:PointToLineSegmentContourCostFunction
  /external/webp/src/enc/
analysis.c 79 const int nb = enc->segment_hdr_.num_segments_;
144 // 'num_segments_' is previously validated and <= NUM_MB_SEGMENTS, but an
147 const int nb = (enc->segment_hdr_.num_segments_ < NUM_MB_SEGMENTS) ?
148 enc->segment_hdr_.num_segments_ : NUM_MB_SEGMENTS;
447 (enc->segment_hdr_.num_segments_ > 1) ||
webpenc.c 42 hdr->num_segments_ = enc->config_->segments;
43 hdr->update_map_ = (hdr->num_segments_ > 1);
quant.c 220 const int num_segments = enc->segment_hdr_.num_segments_;
327 const int num_segments = enc->segment_hdr_.num_segments_;
352 enc->segment_hdr_.num_segments_ = num_final_segments;
363 const int num_segments = enc->segment_hdr_.num_segments_;
    [all...]
vp8enci.h 199 int num_segments_; // Actual number of segments. 1 segment only = unused. member in struct:__anon21239
syntax.c 191 if (VP8PutBitUniform(bw, (hdr->num_segments_ > 1))) {
frame.c 205 if (enc->segment_hdr_.num_segments_ > 1) {

Completed in 51 milliseconds