OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MV_JOINTS
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h
32
#define
MV_JOINTS
4
94
vp9_prob joints[
MV_JOINTS
- 1];
122
unsigned int joints[
MV_JOINTS
];
vp9_entropymv.c
20
const vp9_tree_index vp9_mv_joint_tree[TREE_SIZE(
MV_JOINTS
)] = {
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
32
#define
MV_JOINTS
4
94
vp9_prob joints[
MV_JOINTS
- 1];
122
unsigned int joints[
MV_JOINTS
];
vp9_entropymv.c
20
const vp9_tree_index vp9_mv_joint_tree[TREE_SIZE(
MV_JOINTS
)] = {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_block.h
78
int nmvjointcost[
MV_JOINTS
];
83
int nmvjointsadcost[
MV_JOINTS
];
vp9_encodemv.c
20
static struct vp9_token mv_joint_encodings[
MV_JOINTS
];
169
write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints,
MV_JOINTS
, w);
vp9_encoder.h
51
int nmvjointcost[
MV_JOINTS
];
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
119
int nmvjointcost[
MV_JOINTS
];
126
int nmvjointsadcost[
MV_JOINTS
];
vp9_encodemv.c
20
static struct vp9_token mv_joint_encodings[
MV_JOINTS
];
169
write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints,
MV_JOINTS
, w);
vp9_onyx_int.h
51
int nmvjointcost[
MV_JOINTS
];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c
158
update_mv_probs(ctx->joints,
MV_JOINTS
- 1, r);
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
156
update_mv_probs(ctx->joints,
MV_JOINTS
- 1, r);
[
all
...]
Completed in 74 milliseconds