HomeSort by relevance Sort by last modified time
    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/decoder/
vp9_detokenize.c 114 const uint8_t *cat6 = cat6_prob; local
199 while (*cat6) {
200 val = (val << 1) | vp9_read(r, *cat6++);
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.c 400 static vp9_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[28]; variable
419 init_bit_tree(cat6, 14);
433 { cat6, Pcat6, 14, 67},

Completed in 25 milliseconds