Searched refs:cat6 (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | entropy.c | 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},
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 99 const uint8_t *cat6; in decode_coefs() local 186 cat6 = cat6_prob; in decode_coefs() 187 while (*cat6) in decode_coefs() 188 val = (val << 1) | vp9_read(r, *cat6++); in decode_coefs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 67 static vp9_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[28]; variable 86 init_bit_tree(cat6, 14); in init_bit_trees() 100 {cat6, Pcat6, 14, 67}, // CATEGORY6_TOKEN
|