OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MV_JOINT_TYPE
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
36
}
MV_JOINT_TYPE
;
38
static INLINE int mv_joint_vertical(
MV_JOINT_TYPE
type) {
42
static INLINE int mv_joint_horizontal(
MV_JOINT_TYPE
type) {
102
static INLINE
MV_JOINT_TYPE
vp9_get_mv_joint(const MV *mv) {
vp9_entropymv.c
180
const
MV_JOINT_TYPE
j = vp9_get_mv_joint(mv);
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
270
const
MV_JOINT_TYPE
j = vp9_get_mv_joint(&diff);
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
245
const
MV_JOINT_TYPE
j = treed_read(r, vp9_mv_joint_tree, ctx->joints);
Completed in 369 milliseconds