Home
last modified time | relevance | path

Searched refs:vp9_dct_cat_lt_10_value_tokens (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.h76 extern const TOKENVALUE *vp9_dct_cat_lt_10_value_tokens;
105 *token = vp9_dct_cat_lt_10_value_tokens[v].token; in vp9_get_token_extra()
106 *extra = vp9_dct_cat_lt_10_value_tokens[v].extra; in vp9_get_token_extra()
110 return vp9_dct_cat_lt_10_value_tokens[v].token; in vp9_get_token()
122 *token = vp9_dct_cat_lt_10_value_tokens[v].token; in vp9_get_token_cost()
Dvp9_tokenize.c47 const TOKENVALUE *vp9_dct_cat_lt_10_value_tokens = variable