Searched refs:vp8_token (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | treecoder.h | 49 } vp8_token; typedef 63 vp8_token tok[/* n */], vp8_tree tree, 72 vp8_token tok[/* n */], vp8_tree tree,
|
D | treecoder.c | 44 vp8_token tok[/* n */], vp8_tree tree, in branch_counts() 79 vp8_token tok[/* n */], vp8_tree tree, in vp8_tree_probs_from_distribution()
|
D | entropy.c | 88 vp8_token vp8_coef_encodings[MAX_ENTROPY_TOKENS] = {
|
/external/libvpx/libvpx/vp8/encoder/ |
D | treewriter.h | 74 vp8_token *const x) { in vp8_write_token() 92 vp8_token *const x) { in vp8_cost_token()
|
D | bitstream.c | 48 static void update_mode(vp8_writer *const w, int n, vp8_token tok[/* n */], in update_mode() 130 vp8_token *a = vp8_coef_encodings + t; in vp8_pack_tokens()
|