Home
last modified time | relevance | path

Searched refs:TOKENVALUE (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtokenize.h28 } TOKENVALUE; typedef
52 extern const TOKENVALUE *const vp8_dct_value_tokens_ptr;
Ddct_value_tokens.h21 static const TOKENVALUE dct_value_tokens[2048*2] =
Dtokenize.c32 const TOKENVALUE *const vp8_dct_value_tokens_ptr = dct_value_tokens +
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.h30 } TOKENVALUE; typedef
55 extern const TOKENVALUE *vp9_dct_value_tokens_ptr;
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; in vp9_tokenize_initialize()