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 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h
38
}
MV_JOINT_TYPE
;
40
static INLINE int mv_joint_vertical(
MV_JOINT_TYPE
type) {
44
static INLINE int mv_joint_horizontal(
MV_JOINT_TYPE
type) {
98
static INLINE
MV_JOINT_TYPE
vp9_get_mv_joint(const MV *mv) {
vp9_entropymv.c
173
const
MV_JOINT_TYPE
j = vp9_get_mv_joint(mv);
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
38
}
MV_JOINT_TYPE
;
40
static INLINE int mv_joint_vertical(
MV_JOINT_TYPE
type) {
44
static INLINE int mv_joint_horizontal(
MV_JOINT_TYPE
type) {
98
static INLINE
MV_JOINT_TYPE
vp9_get_mv_joint(const MV *mv) {
vp9_entropymv.c
173
const
MV_JOINT_TYPE
j = vp9_get_mv_joint(mv);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemv.c
207
const
MV_JOINT_TYPE
j = vp9_get_mv_joint(&diff);
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c
207
const
MV_JOINT_TYPE
j = vp9_get_mv_joint(&diff);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c
239
const
MV_JOINT_TYPE
joint_type =
240
(
MV_JOINT_TYPE
)vp9_read_tree(r, vp9_mv_joint_tree, ctx->joints);
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
240
const
MV_JOINT_TYPE
joint_type =
241
(
MV_JOINT_TYPE
)vp9_read_tree(r, vp9_mv_joint_tree, ctx->joints);
Completed in 67 milliseconds