Searched refs:vp8_coef_encodings (Results 1 – 7 of 7) 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 | bitstream.c | 185 vp8_token *const a = vp8_coef_encodings + t; in pack_tokens_c() 400 vp8_token *const a = vp8_coef_encodings + t; in pack_tokens_into_partitions_c() 604 vp8_token *const a = vp8_coef_encodings + t; in pack_mb_row_tokens_c() 1202 vp8_coef_tokens, vp8_coef_encodings, vp8_coef_tree, in vp8_estimate_entropy_savings()
|
/external/libvpx/vp8/common/ |
D | entropy.c | 68 struct vp8_token_struct vp8_coef_encodings[vp8_coef_tokens]; variable 150 vp8_coef_tokens, vp8_coef_encodings, vp8_coef_tree, in vp8_default_coef_probs() 166 vp8_tokens_from_tree(vp8_coef_encodings, vp8_coef_tree); in vp8_coef_tree_initialize()
|
D | entropy.h | 39 extern struct vp8_token_struct vp8_coef_encodings[vp8_coef_tokens];
|
/external/libvpx/vp8/encoder/arm/armv5te/ |
D | vp8_packtokens_armv5.asm | 25 ; r3 vp8_coef_encodings 36 str r3, [sp, #8] ; save vp8_coef_encodings 44 ldr r4, [sp, #8] ; vp8_coef_encodings 46 add r4, r4, r6, lsl #3 ; a = vp8_coef_encodings + t
|
D | vp8_packtokens_mbrow_armv5.asm | 24 ; r2 vp8_coef_encodings 39 str r2, [sp, #20] ; save vp8_coef_encodings 66 ldr r4, [sp, #20] ; vp8_coef_encodings 68 add r4, r4, r6, lsl #3 ; a = vp8_coef_encodings + t
|
D | vp8_packtokens_partitions_armv5.asm | 26 ; s0 vp8_coef_encodings 96 ldr r4, [sp, #80] ; vp8_coef_encodings 98 add r4, r4, r6, lsl #3 ; a = vp8_coef_encodings + t
|