OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dct_value_cost
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
dct_value_cost.h
14
static const short
dct_value_cost
[2048*2] =
variable
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c
26
static int
dct_value_cost
[DCT_MAX_VALUE * 2];
variable
70
dct_value_cost
[i + DCT_MAX_VALUE] = cost;
76
vp9_dct_value_cost_ptr =
dct_value_cost
+ DCT_MAX_VALUE;
Completed in 44 milliseconds