Searched refs:vp8_extra_bits (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | bitstream.h | 29 vp8cx_pack_tokens_armv5(a,b,c,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree) 31 vp8cx_pack_tokens_into_partitions_armv5(a,b,c,d,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree) 33 vp8cx_pack_mb_row_tokens_armv5(a,b,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree)
|
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 | 186 const vp8_extra_bit_struct *const b = vp8_extra_bits + t; in pack_tokens_c() 401 const vp8_extra_bit_struct *const b = vp8_extra_bits + t; in pack_tokens_into_partitions_c() 605 const vp8_extra_bit_struct *const b = vp8_extra_bits + t; in pack_mb_row_tokens_c()
|
/external/libvpx/vp8/common/ |
D | entropy.h | 49 extern vp8_extra_bit_struct vp8_extra_bits[12]; /* indexed by token value */
|
D | entropy.c | 117 vp8_extra_bit_struct vp8_extra_bits[12] = variable
|
/external/libvpx/vp8/encoder/arm/armv5te/ |
D | vp8_packtokens_mbrow_armv5.asm | 25 ; r3 vp8_extra_bits 41 str r3, [sp, #8] ; save vp8_extra_bits 167 ldr r7, [sp, #8] ; vp8_extra_bits 170 add r12, r7, r6, lsl #4 ; b = vp8_extra_bits + t
|
D | vp8_packtokens_armv5.asm | 26 ; s0 vp8_extra_bits 145 ldr r7, [sp, #48] ; vp8_extra_bits 148 add r12, r7, r6, lsl #4 ; b = vp8_extra_bits + t
|
D | vp8_packtokens_partitions_armv5.asm | 27 ; s1 vp8_extra_bits, 197 ldr r7, [sp, #84] ; vp8_extra_bits 200 add r12, r7, r6, lsl #4 ; b = vp8_extra_bits + t
|