Home
last modified time | relevance | path

Searched refs:vp9_extra_bit (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.h62 } vp9_extra_bit; typedef
65 extern const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS];
67 extern const vp9_extra_bit vp9_extra_bits_high10[ENTROPY_TOKENS];
68 extern const vp9_extra_bit vp9_extra_bits_high12[ENTROPY_TOKENS];
Dvp9_tokenize.c361 const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS] = {
377 const vp9_extra_bit vp9_extra_bits_high10[ENTROPY_TOKENS] = {
391 const vp9_extra_bit vp9_extra_bits_high12[ENTROPY_TOKENS] = {
Dvp9_bitstream.c135 const vp9_extra_bit *b; in pack_mb_tokens()
143 const vp9_extra_bit *const b = &vp9_extra_bits[t]; in pack_mb_tokens()