OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_extra_bits
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
bitstream.h
32
vp8cx_pack_tokens_armv5(a,b,c,vp8_coef_encodings,
vp8_extra_bits
,vp8_coef_tree)
34
vp8cx_pack_tokens_into_partitions_armv5(a,b,c,d,vp8_coef_encodings,
vp8_extra_bits
,vp8_coef_tree)
36
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
48
extern const vp8_extra_bit_struct
vp8_extra_bits
[12]; /* indexed by token value */
/external/libvpx/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
Completed in 230 milliseconds