Searched refs:dct_value_tokens (Results 1 - 8 of 8) 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] = variable
H A Dtokenize.c29 #include "dct_value_tokens.h"
32 const TOKENVALUE *const vp8_dct_value_tokens_ptr = dct_value_tokens +
41 /* function used to generate dct_value_tokens and dct_value_cost tables */
46 TOKENVALUE *t = dct_value_tokens + DCT_MAX_VALUE;
98 vp8_dct_value_tokens_ptr = 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] = variable
H A Dtokenize.c29 #include "dct_value_tokens.h"
32 const TOKENVALUE *const vp8_dct_value_tokens_ptr = dct_value_tokens +
41 /* function used to generate dct_value_tokens and dct_value_cost tables */
46 TOKENVALUE *t = dct_value_tokens + DCT_MAX_VALUE;
98 vp8_dct_value_tokens_ptr = dct_value_tokens + DCT_MAX_VALUE;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.c26 static TOKENVALUE dct_value_tokens[DCT_MAX_VALUE * 2]; variable
112 TOKENVALUE *const t = dct_value_tokens + DCT_MAX_VALUE;
157 vp9_dct_value_tokens_ptr = dct_value_tokens + DCT_MAX_VALUE;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c26 static TOKENVALUE dct_value_tokens[DCT_MAX_VALUE * 2]; variable
112 TOKENVALUE *const t = dct_value_tokens + DCT_MAX_VALUE;
157 vp9_dct_value_tokens_ptr = dct_value_tokens + DCT_MAX_VALUE;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8cx.mk71 VP8_CX_SRCS-yes += encoder/dct_value_tokens.h
/external/libvpx/libvpx/vp8/
H A Dvp8cx.mk71 VP8_CX_SRCS-yes += encoder/dct_value_tokens.h

Completed in 127 milliseconds