OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MV_FP_SIZE
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h
67
#define
MV_FP_SIZE
4
87
vp9_prob class0_fp[CLASS0_SIZE][
MV_FP_SIZE
- 1];
88
vp9_prob fp[
MV_FP_SIZE
- 1];
115
unsigned int class0_fp[CLASS0_SIZE][
MV_FP_SIZE
];
116
unsigned int fp[
MV_FP_SIZE
];
vp9_entropymv.c
43
const vp9_tree_index vp9_mv_fp_tree[TREE_SIZE(
MV_FP_SIZE
)] = {
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
67
#define
MV_FP_SIZE
4
87
vp9_prob class0_fp[CLASS0_SIZE][
MV_FP_SIZE
- 1];
88
vp9_prob fp[
MV_FP_SIZE
- 1];
115
unsigned int class0_fp[CLASS0_SIZE][
MV_FP_SIZE
];
116
unsigned int fp[
MV_FP_SIZE
];
vp9_entropymv.c
43
const vp9_tree_index vp9_mv_fp_tree[TREE_SIZE(
MV_FP_SIZE
)] = {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemv.c
22
static struct vp9_token mv_fp_encodings[
MV_FP_SIZE
];
80
int class0_fp_cost[CLASS0_SIZE][
MV_FP_SIZE
], fp_cost[
MV_FP_SIZE
];
187
counts->comps[i].class0_fp[j],
MV_FP_SIZE
, w);
190
MV_FP_SIZE
, w);
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
22
static struct vp9_token mv_fp_encodings[
MV_FP_SIZE
];
80
int class0_fp_cost[CLASS0_SIZE][
MV_FP_SIZE
], fp_cost[
MV_FP_SIZE
];
187
counts->comps[i].class0_fp[j],
MV_FP_SIZE
, w);
190
MV_FP_SIZE
, w);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c
171
update_mv_probs(comp_ctx->class0_fp[j],
MV_FP_SIZE
- 1, r);
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
169
update_mv_probs(comp_ctx->class0_fp[j],
MV_FP_SIZE
- 1, r);
[
all
...]
Completed in 174 milliseconds