OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c67
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c
57
const int
c67
= segcounts[6] + segcounts[7];
local
59
segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 +
c67
);
61
segment_tree_probs[2] = get_binary_prob(c45,
c67
);
73
const int
c67
= segcounts[6] + segcounts[7];
local
75
const int c4567 = c45 +
c67
;
96
c67
* vp9_cost_one(probs[2]);
101
if (
c67
> 0)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c
71
const int
c67
= segcounts[6] + segcounts[7];
local
73
segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 +
c67
);
75
segment_tree_probs[2] = get_binary_prob(c45,
c67
);
87
const int
c67
= segcounts[6] + segcounts[7];
local
89
const int c4567 = c45 +
c67
;
110
c67
* vp9_cost_one(probs[2]);
115
if (
c67
> 0)
/prebuilts/go/darwin-x86/test/fixedbugs/
issue7746.go
77
c67
= c66 * c66
78
c68 =
c67
*
c67
76
c67
= c66 * c66
const
/prebuilts/go/linux-x86/test/fixedbugs/
issue7746.go
77
c67
= c66 * c66
78
c68 =
c67
*
c67
76
c67
= c66 * c66
const
Completed in 350 milliseconds