HomeSort by relevance Sort by last modified time
    Searched refs:vp8_extra_bits (Results 1 - 10 of 10) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.h 36 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)
bitstream.c 176 const vp8_extra_bit_struct *b = vp8_extra_bits + t;
    [all...]
  /external/libvpx/libvpx/vp8/common/
entropy.c 166 const vp8_extra_bit_struct vp8_extra_bits[12] = variable
entropy.h 52 extern const vp8_extra_bit_struct vp8_extra_bits[12]; /* indexed by token value */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
entropy.c 166 const vp8_extra_bit_struct vp8_extra_bits[12] = variable
entropy.h 52 extern const vp8_extra_bit_struct vp8_extra_bits[12]; /* indexed by token value */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_mbrow_armv5.asm 41 ; 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
vp8_packtokens_armv5.asm 43 ; s0 vp8_extra_bits
165 ldr r7, [sp, #56] ; vp8_extra_bits
168 add r12, r7, r6, lsl #4 ; b = vp8_extra_bits + t
vp8_packtokens_partitions_armv5.asm 42 ; s1 vp8_extra_bits,
215 ldr r7, [sp, #84] ; vp8_extra_bits
218 add r12, r7, r6, lsl #4 ; b = vp8_extra_bits + t
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 175 const vp8_extra_bit_struct *b = vp8_extra_bits + t;
    [all...]

Completed in 206 milliseconds