Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.h44 extern const struct vp9_token vp9_coef_encodings[];
Dvp9_tokenize.c306 const struct vp9_token vp9_coef_encodings[ENTROPY_TOKENS] = { variable
Dvp9_bitstream.c166 const struct vp9_token *const a = &vp9_coef_encodings[t]; in pack_mb_tokens()