OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:table_bits
(Results
1 - 3
of
3
) sorted by null
/external/opencv/otherlibs/highgui/
bitstrm.cpp
450
int
table_bits
= table[0];
local
451
val = table[Show(
table_bits
) + 2];
457
Move(
table_bits
);
552
int
table_bits
= table[0];
local
553
val = table[Show(
table_bits
) + 1];
559
Move(
table_bits
);
652
int
table_bits
= first_bits;
local
658
if( code_bits >
table_bits
)
660
int idx = code >> (code_bits -=
table_bits
);
663
table_bits
= sub_tables[idx].bits
[
all
...]
/external/webp/src/utils/
huffman_utils.c
143
int
table_bits
= root_bits; // key length of current table
local
144
int table_size = 1 <<
table_bits
; // size of current table
176
table_bits
= NextTableBitSize(count, len, root_bits);
177
table_size = 1 <<
table_bits
;
180
root_table[low].bits = (uint8_t)(
table_bits
+ root_bits);
/external/elfutils/libcpu/
i386_parse.y
[
all
...]
Completed in 105 milliseconds