OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_segments_
(Results
1 - 13
of
13
) 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/opencv3/3rdparty/libwebp/enc/
analysis.c
82
const int nb = enc->segment_hdr_.
num_segments_
;
147
const int nb = enc->segment_hdr_.
num_segments_
;
395
(enc->segment_hdr_.
num_segments_
> 1) ||
webpenc.c
70
hdr->
num_segments_
= enc->config_->segments;
71
hdr->update_map_ = (hdr->
num_segments_
> 1);
quant.c
167
const int num_segments = enc->segment_hdr_.
num_segments_
;
269
const int num_segments = enc->segment_hdr_.
num_segments_
;
294
enc->segment_hdr_.
num_segments_
= num_final_segments;
305
const int num_segments = enc->segment_hdr_.
num_segments_
;
[
all
...]
vp8enci.h
197
int
num_segments_
; // Actual number of segments. 1 segment only = unused.
member in struct:__anon21900
syntax.c
195
if (VP8PutBitUniform(bw, (hdr->
num_segments_
> 1))) {
frame.c
238
if (enc->segment_hdr_.
num_segments_
> 1) {
/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;
450
(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
244
const int num_segments = enc->segment_hdr_.
num_segments_
;
351
const int num_segments = enc->segment_hdr_.
num_segments_
;
376
enc->segment_hdr_.
num_segments_
= num_final_segments;
387
const int num_segments = enc->segment_hdr_.
num_segments_
;
[
all
...]
vp8enci.h
142
int
num_segments_
; // Actual number of segments. 1 segment only = unused.
member in struct:__anon27460
syntax.c
191
if (VP8PutBitUniform(bw, (hdr->
num_segments_
> 1))) {
frame.c
201
if (enc->segment_hdr_.
num_segments_
> 1) {
Completed in 225 milliseconds