Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dentropy.h50 } vp8_extra_bit_struct; typedef
52 extern const vp8_extra_bit_struct vp8_extra_bits[12]; /* indexed by token value */
Dentropy.c166 const vp8_extra_bit_struct vp8_extra_bits[12] =
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c175 const vp8_extra_bit_struct *b = vp8_extra_bits + t; in vp8_pack_tokens()