Searched refs:vp8_extra_bit_struct (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/vp8/encoder/arm/ |
D | vpx_vp8_enc_asm_offsets.c | 47 DEFINE(vp8_extra_bit_struct_sz, sizeof(vp8_extra_bit_struct)); 52 DEFINE(vp8_extra_bit_struct_tree, offsetof(vp8_extra_bit_struct, tree)); 53 DEFINE(vp8_extra_bit_struct_prob, offsetof(vp8_extra_bit_struct, prob)); 54 DEFINE(vp8_extra_bit_struct_prob_bc, offsetof(vp8_extra_bit_struct, prob_bc)); 55 DEFINE(vp8_extra_bit_struct_len, offsetof(vp8_extra_bit_struct, Len)); 56 DEFINE(vp8_extra_bit_struct_base_val, offsetof(vp8_extra_bit_struct, base_val)); 71 ct_assert(vp8_extra_bit_struct_sz, sizeof(vp8_extra_bit_struct) == 20)
|
/external/libvpx/vp8/encoder/ |
D | bitstream.h | 18 vp8_extra_bit_struct *, 22 vp8_extra_bit_struct *, 26 vp8_extra_bit_struct *,
|
D | tokenize.c | 41 vp8_extra_bit_struct *const e = vp8_extra_bits; in fill_value_tokens() 73 vp8_extra_bit_struct *p = vp8_extra_bits + t[i].Token; in fill_value_tokens()
|
D | bitstream.c | 196 const vp8_extra_bit_struct *const b = vp8_extra_bits + t; in pack_tokens_c() 411 const vp8_extra_bit_struct *const b = vp8_extra_bits + t; in pack_tokens_into_partitions_c() 615 const vp8_extra_bit_struct *const b = vp8_extra_bits + t; in pack_mb_row_tokens_c()
|
/external/libvpx/vp8/common/ |
D | entropy.h | 48 } vp8_extra_bit_struct; typedef 50 extern vp8_extra_bit_struct vp8_extra_bits[12]; /* indexed by token value */
|
D | entropy.c | 112 vp8_extra_bit_struct vp8_extra_bits[12] =
|
/external/libvpx/vp8/encoder/arm/armv5te/ |
D | vp8_packtokens_armv5.asm | 147 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired 148 ; element. Here vp8_extra_bit_struct == 20
|
D | vp8_packtokens_mbrow_armv5.asm | 168 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired 169 ; element. Here vp8_extra_bit_struct == 20
|
D | vp8_packtokens_partitions_armv5.asm | 196 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired 197 ; element. Here vp8_extra_bit_struct == 20
|