Home
last modified time | relevance | path

Searched refs:vp8_token (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtreecoder.h56 } vp8_token; typedef
72 vp8_token tok [ /* n */ ],
85 vp8_token tok [ /* n */ ],
Dtreecoder.c58 vp8_token tok [ /* n */ ], in branch_counts()
111 vp8_token tok [ /* n */ ], in vp8_tree_probs_from_distribution()
Dentropy.c104 vp8_token vp8_coef_encodings[MAX_ENTROPY_TOKENS] =
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.h21 const vp8_token *,
28 const vp8_token *,
32 const vp8_token *,
Dtreewriter.h84 vp8_token *const x in vp8_write_token()
114 vp8_token *const x in vp8_cost_token()
Dvp8_asm_enc_offsets.c62 DEFINE(vp8_token_value, offsetof(vp8_token, value));
63 DEFINE(vp8_token_len, offsetof(vp8_token, Len));
Dbitstream.c67 vp8_token tok [/* n */], in update_mode()
175 vp8_token *a = vp8_coef_encodings + t; in vp8_pack_tokens_c()