Searched refs:vp8_token (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | treecoder.h | 56 } vp8_token; typedef 72 vp8_token tok [ /* n */ ], 85 vp8_token tok [ /* n */ ],
|
D | treecoder.c | 58 vp8_token tok [ /* n */ ], in branch_counts() 111 vp8_token tok [ /* n */ ], in vp8_tree_probs_from_distribution()
|
D | entropy.c | 104 vp8_token vp8_coef_encodings[MAX_ENTROPY_TOKENS] =
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | bitstream.h | 21 const vp8_token *, 28 const vp8_token *, 32 const vp8_token *,
|
D | treewriter.h | 84 vp8_token *const x in vp8_write_token() 114 vp8_token *const x in vp8_cost_token()
|
D | vp8_asm_enc_offsets.c | 62 DEFINE(vp8_token_value, offsetof(vp8_token, value)); 63 DEFINE(vp8_token_len, offsetof(vp8_token, Len));
|
D | bitstream.c | 67 vp8_token tok [/* n */], in update_mode() 175 vp8_token *a = vp8_coef_encodings + t; in vp8_pack_tokens_c()
|