Searched refs:cat6 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dentropy.c154 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/vp8/common/
H A Dentropy.c154 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/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_detokenize.c99 const uint8_t *cat6; local
186 cat6 = cat6_prob;
187 while (*cat6)
188 val = (val << 1) | vp9_read(r, *cat6++);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c99 const uint8_t *cat6; local
186 cat6 = cat6_prob;
187 while (*cat6)
188 val = (val << 1) | vp9_read(r, *cat6++);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.c67 static vp9_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[28]; variable
86 init_bit_tree(cat6, 14);
100 {cat6, Pcat6, 14, 67}, // CATEGORY6_TOKEN
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c67 static vp9_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[28]; variable
86 init_bit_tree(cat6, 14);
100 {cat6, Pcat6, 14, 67}, // CATEGORY6_TOKEN

Completed in 167 milliseconds