Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.h54 } vp9_extra_bit; typedef
57 extern const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c89 const vp9_extra_bit vp9_extra_bits[ENTROPY_TOKENS] = {
113 const vp9_extra_bit *const e = vp9_extra_bits; in vp9_tokenize_initialize()
142 const vp9_extra_bit *p = &vp9_extra_bits[t[i].token]; in vp9_tokenize_initialize()
Dvp9_bitstream.c131 const vp9_extra_bit *const b = &vp9_extra_bits[t]; in pack_mb_tokens()