Home
last modified time | relevance | path

Searched refs:vp8_coef_encodings (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.c175 vp8_token *a = vp8_coef_encodings + t; in vp8_pack_tokens_c()
887 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in independent_coef_context_savings()
947 MAX_ENTROPY_TOKENS, vp8_coef_encodings, vp8_coef_tree, in default_coef_context_savings()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropy.h42 extern const struct vp8_token_struct vp8_coef_encodings[MAX_ENTROPY_TOKENS];
Dentropy.c104 vp8_token vp8_coef_encodings[MAX_ENTROPY_TOKENS] = variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
Dvp8_packtokens_armv5.asm42 ; r3 vp8_coef_encodings
53 str r3, [sp, #8] ; save vp8_coef_encodings
61 ldr r4, [sp, #8] ; vp8_coef_encodings
63 add r4, r4, r6, lsl #3 ; a = vp8_coef_encodings + t
Dvp8_packtokens_mbrow_armv5.asm40 ; r2 vp8_coef_encodings
55 str r2, [sp, #20] ; save vp8_coef_encodings
82 ldr r4, [sp, #20] ; vp8_coef_encodings
84 add r4, r4, r6, lsl #3 ; a = vp8_coef_encodings + t
Dvp8_packtokens_partitions_armv5.asm41 ; s0 vp8_coef_encodings
111 ldr r4, [sp, #80] ; vp8_coef_encodings
113 add r4, r4, r6, lsl #3 ; a = vp8_coef_encodings + t