OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLASS0_SIZE
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h
65
#define
CLASS0_SIZE
(1 << CLASS0_BITS)
85
vp9_prob class0[
CLASS0_SIZE
- 1];
87
vp9_prob class0_fp[
CLASS0_SIZE
][MV_FP_SIZE - 1];
113
unsigned int class0[
CLASS0_SIZE
];
115
unsigned int class0_fp[
CLASS0_SIZE
][MV_FP_SIZE];
vp9_entropymv.c
39
const vp9_tree_index vp9_mv_class0_tree[TREE_SIZE(
CLASS0_SIZE
)] = {
122
return c ?
CLASS0_SIZE
<< (c + 2) : 0;
126
const MV_CLASS_TYPE c = (z >=
CLASS0_SIZE
* 4096) ?
218
for (j = 0; j <
CLASS0_SIZE
; ++j)
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
65
#define
CLASS0_SIZE
(1 << CLASS0_BITS)
85
vp9_prob class0[
CLASS0_SIZE
- 1];
87
vp9_prob class0_fp[
CLASS0_SIZE
][MV_FP_SIZE - 1];
113
unsigned int class0[
CLASS0_SIZE
];
115
unsigned int class0_fp[
CLASS0_SIZE
][MV_FP_SIZE];
vp9_entropymv.c
39
const vp9_tree_index vp9_mv_class0_tree[TREE_SIZE(
CLASS0_SIZE
)] = {
122
return c ?
CLASS0_SIZE
<< (c + 2) : 0;
126
const MV_CLASS_TYPE c = (z >=
CLASS0_SIZE
* 4096) ?
218
for (j = 0; j <
CLASS0_SIZE
; ++j)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemv.c
23
static struct vp9_token mv_class0_encodings[
CLASS0_SIZE
];
78
int sign_cost[2], class_cost[MV_CLASSES], class0_cost[
CLASS0_SIZE
];
80
int class0_fp_cost[
CLASS0_SIZE
][MV_FP_SIZE], fp_cost[MV_FP_SIZE];
92
for (i = 0; i <
CLASS0_SIZE
; ++i)
179
CLASS0_SIZE
, w);
185
for (j = 0; j <
CLASS0_SIZE
; ++j)
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
23
static struct vp9_token mv_class0_encodings[
CLASS0_SIZE
];
78
int sign_cost[2], class_cost[MV_CLASSES], class0_cost[
CLASS0_SIZE
];
80
int class0_fp_cost[
CLASS0_SIZE
][MV_FP_SIZE], fp_cost[MV_FP_SIZE];
92
for (i = 0; i <
CLASS0_SIZE
; ++i)
179
CLASS0_SIZE
, w);
185
for (j = 0; j <
CLASS0_SIZE
; ++j)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c
164
update_mv_probs(comp_ctx->class0,
CLASS0_SIZE
- 1, r);
170
for (j = 0; j <
CLASS0_SIZE
; ++j)
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
162
update_mv_probs(comp_ctx->class0,
CLASS0_SIZE
- 1, r);
168
for (j = 0; j <
CLASS0_SIZE
; ++j)
[
all
...]
Completed in 94 milliseconds