OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MV_JOINTS
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
30
#define
MV_JOINTS
4
74
extern const vp9_tree_index vp9_mv_joint_tree[TREE_SIZE(
MV_JOINTS
)];
75
extern struct vp9_token vp9_mv_joint_encodings[
MV_JOINTS
];
98
vp9_prob joints[
MV_JOINTS
- 1];
126
unsigned int joints[
MV_JOINTS
];
vp9_entropymv.c
21
const vp9_tree_index vp9_mv_joint_tree[TREE_SIZE(
MV_JOINTS
)] = {
26
struct vp9_token vp9_mv_joint_encodings[
MV_JOINTS
];
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
119
int nmvjointcost[
MV_JOINTS
];
126
int nmvjointsadcost[
MV_JOINTS
];
vp9_encodemv.c
208
unsigned int branch_ct_joint[
MV_JOINTS
- 1][2];
225
for (j = 0; j <
MV_JOINTS
- 1; ++j)
vp9_onyx_int.h
60
int nmvjointcost[
MV_JOINTS
];
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
169
update_mv_probs(ctx->joints,
MV_JOINTS
- 1, r);
[
all
...]
Completed in 40 milliseconds