OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dct_value_cost
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
dct_value_cost.h
14
static const short
dct_value_cost
[2048*2] =
variable
tokenize.c
30
#include "
dct_value_cost
.h"
34
const short *const vp8_dct_value_cost_ptr =
dct_value_cost
+ DCT_MAX_VALUE;
41
/* function used to generate dct_value_tokens and
dct_value_cost
tables */
90
dct_value_cost
[i + DCT_MAX_VALUE] = cost;
99
vp8_dct_value_cost_ptr =
dct_value_cost
+ DCT_MAX_VALUE;
/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;
/external/libvpx/libvpx/vp8/
vp8cx.mk
72
VP8_CX_SRCS-yes += encoder/
dct_value_cost
.h
Completed in 284 milliseconds