Home
last modified time | relevance | path

Searched refs:vp8_extra_bits (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/vp8/encoder/
Dbitstream.h29 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)
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.c186 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/
Dentropy.h49 extern vp8_extra_bit_struct vp8_extra_bits[12]; /* indexed by token value */
Dentropy.c117 vp8_extra_bit_struct vp8_extra_bits[12] = variable
/external/libvpx/vp8/encoder/arm/armv5te/
Dvp8_packtokens_mbrow_armv5.asm25 ; 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
Dvp8_packtokens_armv5.asm26 ; s0 vp8_extra_bits
145 ldr r7, [sp, #48] ; vp8_extra_bits
148 add r12, r7, r6, lsl #4 ; b = vp8_extra_bits + t
Dvp8_packtokens_partitions_armv5.asm27 ; s1 vp8_extra_bits,
197 ldr r7, [sp, #84] ; vp8_extra_bits
200 add r12, r7, r6, lsl #4 ; b = vp8_extra_bits + t