Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/arm/
Dvpx_vp8_enc_asm_offsets.c47 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/
Dbitstream.h18 vp8_extra_bit_struct *,
22 vp8_extra_bit_struct *,
26 vp8_extra_bit_struct *,
Dtokenize.c41 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()
Dbitstream.c196 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/
Dentropy.h48 } vp8_extra_bit_struct; typedef
50 extern vp8_extra_bit_struct vp8_extra_bits[12]; /* indexed by token value */
Dentropy.c112 vp8_extra_bit_struct vp8_extra_bits[12] =
/external/libvpx/vp8/encoder/arm/armv5te/
Dvp8_packtokens_armv5.asm147 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired
148 ; element. Here vp8_extra_bit_struct == 20
Dvp8_packtokens_mbrow_armv5.asm168 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired
169 ; element. Here vp8_extra_bit_struct == 20
Dvp8_packtokens_partitions_armv5.asm196 ; Add t * sizeof (vp8_extra_bit_struct) to get the desired
197 ; element. Here vp8_extra_bit_struct == 20