/external/libvpx/libvpx/vp8/common/ |
entropy.h | 46 } vp8_extra_bit_struct; typedef in typeref:struct:__anon21207 48 extern const vp8_extra_bit_struct vp8_extra_bits[12]; /* indexed by token value */
|
entropy.c | 166 const vp8_extra_bit_struct vp8_extra_bits[12] =
|
/external/libvpx/libvpx/vp8/encoder/ |
bitstream.h | 18 const vp8_extra_bit_struct *, 25 const vp8_extra_bit_struct *, 29 const vp8_extra_bit_struct *,
|
vp8_asm_enc_offsets.c | 60 DEFINE(vp8_extra_bit_struct_sz, sizeof(vp8_extra_bit_struct)); 65 DEFINE(vp8_extra_bit_struct_tree, offsetof(vp8_extra_bit_struct, tree)); 66 DEFINE(vp8_extra_bit_struct_prob, offsetof(vp8_extra_bit_struct, prob)); 67 DEFINE(vp8_extra_bit_struct_len, offsetof(vp8_extra_bit_struct, Len)); 68 DEFINE(vp8_extra_bit_struct_base_val, offsetof(vp8_extra_bit_struct, base_val)); 92 ct_assert(vp8_extra_bit_struct_sz, sizeof(vp8_extra_bit_struct) == 16)
|
bitstream.c | 176 const vp8_extra_bit_struct *b = vp8_extra_bits + t; [all...] |
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_armv5.asm | 166 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired 167 ; element. Here vp8_extra_bit_struct == 16
|
vp8_packtokens_mbrow_armv5.asm | 187 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired 188 ; element. Here vp8_extra_bit_struct == 16
|
vp8_packtokens_partitions_armv5.asm | 216 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired 217 ; element. Here vp8_extra_bit_struct == 16
|