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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropy.h54 } vp9_extra_bit; typedef in typeref:struct:__anon12132
57 extern const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS];
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropy.h54 } vp9_extra_bit; typedef in typeref:struct:__anon24097
57 extern const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.c89 const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS] = {
113 const vp9_extra_bit *const e = vp9_extra_bits;
142 const vp9_extra_bit *p = &vp9_extra_bits[t[i].token];
H A Dvp9_bitstream.c131 const vp9_extra_bit *const b = &vp9_extra_bits[t];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c89 const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS] = {
113 const vp9_extra_bit *const e = vp9_extra_bits;
142 const vp9_extra_bit *p = &vp9_extra_bits[t[i].token];
H A Dvp9_bitstream.c131 const vp9_extra_bit *const b = &vp9_extra_bits[t];

Completed in 243 milliseconds