Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.h36 vp8cx_pack_tokens_armv5(a,b,c,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree)
38 vp8cx_pack_tokens_into_partitions_armv5(a,b,c,d,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree)
40 vp8cx_pack_mb_row_tokens_armv5(a,b,vp8_coef_encodings,vp8_extra_bits,vp8_coef_tree)
Dbitstream.c176 const vp8_extra_bit_struct *b = vp8_extra_bits + t; in vp8_pack_tokens_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropy.h52 extern const vp8_extra_bit_struct vp8_extra_bits[12]; /* indexed by token value */
Dentropy.c166 const vp8_extra_bit_struct vp8_extra_bits[12] = variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
Dvp8_packtokens_mbrow_armv5.asm41 ; r3 vp8_extra_bits
57 str r3, [sp, #8] ; save vp8_extra_bits
186 ldr r7, [sp, #8] ; vp8_extra_bits
189 add r12, r7, r6, lsl #4 ; b = vp8_extra_bits + t
Dvp8_packtokens_armv5.asm43 ; s0 vp8_extra_bits
165 ldr r7, [sp, #56] ; vp8_extra_bits
168 add r12, r7, r6, lsl #4 ; b = vp8_extra_bits + t
Dvp8_packtokens_partitions_armv5.asm42 ; s1 vp8_extra_bits,
215 ldr r7, [sp, #84] ; vp8_extra_bits
218 add r12, r7, r6, lsl #4 ; b = vp8_extra_bits + t