OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dct_value_tokens
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
dct_value_tokens.h
14
static const TOKENVALUE
dct_value_tokens
[2048*2] =
variable
[
all
...]
tokenize.c
29
#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/vp9/encoder/
vp9_tokenize.c
24
static TOKENVALUE
dct_value_tokens
[DCT_MAX_VALUE * 2];
variable
30
TOKENVALUE *const t =
dct_value_tokens
+ DCT_MAX_VALUE;
75
vp9_dct_value_tokens_ptr =
dct_value_tokens
+ DCT_MAX_VALUE;
/external/libvpx/libvpx/vp8/
vp8cx.mk
73
VP8_CX_SRCS-yes += encoder/
dct_value_tokens
.h
Completed in 822 milliseconds