OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cat6
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/
entropy.c
154
init_bit_tree(
cat6
, 11);
163
static const vp8_tree_index
cat6
[22] = { 2, 2, 4, 4, 6, 6, 8, 8, 10, 10, 12, 12,
variable
178
{
cat6
, Pcat6, 11, 67},
/external/libvpx/libvpx/vp9/common/
vp9_entropy.c
318
static vp9_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10],
cat6
[28];
variable
337
init_bit_tree(
cat6
, 14);
351
{
cat6
, Pcat6, 14, 67},
/external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c
111
const uint8_t *
cat6
;
local
203
cat6
= cat6_prob;
204
while (*
cat6
)
205
val = (val << 1) | vp9_read(r, *
cat6
++);
Completed in 33 milliseconds