Searched refs:TOKENVALUE (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddct_value_tokens.h21 static const TOKENVALUE dct_value_tokens[2048*2] =
H A Dtokenize.h28 } TOKENVALUE; typedef in typeref:struct:__anon13098
52 extern const TOKENVALUE *const vp8_dct_value_tokens_ptr;
H A Dtokenize.c32 const TOKENVALUE *const vp8_dct_value_tokens_ptr = dct_value_tokens +
46 TOKENVALUE *t = dct_value_tokens + DCT_MAX_VALUE;
/external/libvpx/libvpx/vp8/encoder/
H A Ddct_value_tokens.h21 static const TOKENVALUE dct_value_tokens[2048*2] =
H A Dtokenize.h28 } TOKENVALUE; typedef in typeref:struct:__anon24888
52 extern const TOKENVALUE *const vp8_dct_value_tokens_ptr;
H A Dtokenize.c32 const TOKENVALUE *const vp8_dct_value_tokens_ptr = dct_value_tokens +
46 TOKENVALUE *t = dct_value_tokens + DCT_MAX_VALUE;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.h30 } TOKENVALUE; typedef in typeref:struct:__anon13208
55 extern const TOKENVALUE *vp9_dct_value_tokens_ptr;
H A Dvp9_tokenize.c26 static TOKENVALUE dct_value_tokens[DCT_MAX_VALUE * 2];
27 const TOKENVALUE *vp9_dct_value_tokens_ptr;
32 static TOKENVALUE dct_value_tokens_high10[DCT_MAX_VALUE_HIGH10 * 2];
33 const TOKENVALUE *vp9_dct_value_tokens_high10_ptr;
37 static TOKENVALUE dct_value_tokens_high12[DCT_MAX_VALUE_HIGH12 * 2];
38 const TOKENVALUE *vp9_dct_value_tokens_high12_ptr;
174 static void tokenize_init_one(TOKENVALUE *t, const vp9_extra_bit *const e,
321 const TOKENVALUE *dct_value_tokens;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.h30 } TOKENVALUE; typedef in typeref:struct:__anon24979
55 extern const TOKENVALUE *vp9_dct_value_tokens_ptr;
H A Dvp9_tokenize.c26 static TOKENVALUE dct_value_tokens[DCT_MAX_VALUE * 2];
27 const TOKENVALUE *vp9_dct_value_tokens_ptr;
112 TOKENVALUE *const t = dct_value_tokens + DCT_MAX_VALUE;

Completed in 173 milliseconds