Home
last modified time | relevance | path

Searched refs:vp9_coef_encodings (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.h41 extern struct vp9_token vp9_coef_encodings[];
Dvp9_tokenize.c104 struct vp9_token vp9_coef_encodings[ENTROPY_TOKENS]; variable
108 vp9_tokens_from_tree(vp9_coef_encodings, vp9_coef_tree); in vp9_coef_tree_initialize()
Dvp9_bitstream.c130 const struct vp9_token *const a = &vp9_coef_encodings[t]; in pack_mb_tokens()