OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:merge_bucket
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/
vpxenc.c
653
int small_bucket = 0,
merge_bucket
= INT_MAX, big_bucket = 0;
local
674
merge_bucket
= 1;
676
merge_bucket
= last_bucket - 1;
678
merge_bucket
= small_bucket - 1;
680
merge_bucket
= small_bucket + 1;
682
assert(abs(
merge_bucket
- small_bucket) <= 1);
685
assert(
merge_bucket
< buckets);
687
if (
merge_bucket
< small_bucket) {
688
bucket[
merge_bucket
].high = bucket[small_bucket].high;
689
bucket[
merge_bucket
].count += bucket[small_bucket].count
[
all
...]
Completed in 98 milliseconds