Searched refs:vp8_token (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vp8/common/ |
D | treecoder.h | 52 } vp8_token; typedef 68 vp8_token tok [ /* n */ ], 81 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()
|
/external/libvpx/vp8/encoder/ |
D | bitstream.h | 17 vp8_token *, 21 vp8_token *, 25 vp8_token *,
|
D | treewriter.h | 80 vp8_token *const x in vp8_write_token() 110 vp8_token *const x in vp8_cost_token()
|
D | bitstream.c | 75 vp8_token tok [/* n */], in update_mode() 195 vp8_token *const a = vp8_coef_encodings + t; in pack_tokens_c() 410 vp8_token *const a = vp8_coef_encodings + t; in pack_tokens_into_partitions_c() 614 vp8_token *const a = vp8_coef_encodings + t; in pack_mb_row_tokens_c()
|
/external/libvpx/vp8/encoder/arm/ |
D | vpx_vp8_enc_asm_offsets.c | 49 DEFINE(vp8_token_value, offsetof(vp8_token, value)); 50 DEFINE(vp8_token_len, offsetof(vp8_token, Len));
|