HomeSort by relevance Sort by last modified time
    Searched refs:vp8_extra_bit_struct (Results 1 - 9 of 9) sorted by null

  /external/libvpx/vp8/encoder/
asm_enc_offsets.c 73 DEFINE(vp8_extra_bit_struct_sz, sizeof(vp8_extra_bit_struct));
78 DEFINE(vp8_extra_bit_struct_tree, offsetof(vp8_extra_bit_struct, tree));
79 DEFINE(vp8_extra_bit_struct_prob, offsetof(vp8_extra_bit_struct, prob));
80 DEFINE(vp8_extra_bit_struct_len, offsetof(vp8_extra_bit_struct, Len));
81 DEFINE(vp8_extra_bit_struct_base_val, offsetof(vp8_extra_bit_struct, base_val));
97 ct_assert(vp8_extra_bit_struct_sz, sizeof(vp8_extra_bit_struct) == 16)
bitstream.h 18 vp8_extra_bit_struct *,
22 vp8_extra_bit_struct *,
26 vp8_extra_bit_struct *,
tokenize.c 41 vp8_extra_bit_struct *const e = vp8_extra_bits;
73 vp8_extra_bit_struct *p = vp8_extra_bits + t[i].Token;
bitstream.c 186 const vp8_extra_bit_struct *const b = vp8_extra_bits + t;
401 const vp8_extra_bit_struct *const b = vp8_extra_bits + t;
605 const vp8_extra_bit_struct *const b = vp8_extra_bits + t;
    [all...]
  /external/libvpx/vp8/common/
entropy.h 47 } vp8_extra_bit_struct; typedef in typeref:struct:__anon7681
49 extern vp8_extra_bit_struct vp8_extra_bits[12]; /* indexed by token value */
entropy.c 117 vp8_extra_bit_struct vp8_extra_bits[12] =
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 146 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired
147 ; element. Here vp8_extra_bit_struct == 16
vp8_packtokens_mbrow_armv5.asm 168 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired
169 ; element. Here vp8_extra_bit_struct == 16
vp8_packtokens_partitions_armv5.asm 198 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired
199 ; element. Here vp8_extra_bit_struct == 16

Completed in 1714 milliseconds