OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_candidates
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/animation/
transform_operation.cc
211
int*
num_candidates
) {
213
*
num_candidates
= 4;
215
for (int i = 1; i < *
num_candidates
; ++i)
218
for (int i = 0; i < *
num_candidates
; ++i)
250
int
num_candidates
= kMaxNumCandidates;
local
292
point.x(), point.y(), axis.z(), candidates, &
num_candidates
);
295
point.z(), point.x(), axis.y(), candidates, &
num_candidates
);
298
point.y(), point.z(), axis.x(), candidates, &
num_candidates
);
348
for (int i = 0; i <
num_candidates
; ++i) {
/external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c
716
// candidates as indicated in the
num_candidates
and candidates arrays
727
const int
num_candidates
[MAX_PATTERN_SCALES],
779
for (i = 0; i <
num_candidates
[t]; i++) {
789
for (i = 0; i <
num_candidates
[t]; i++) {
823
for (i = 0; i <
num_candidates
[s]; i++) {
833
for (i = 0; i <
num_candidates
[s]; i++) {
859
get_next_chkpts(next_chkpts_indices, k,
num_candidates
[s]);
[
all
...]
Completed in 536 milliseconds