OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_get_mv_joint
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
102
static INLINE MV_JOINT_TYPE
vp9_get_mv_joint
(const MV *mv) {
function
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);
vp9_mcomp.c
64
return joint_cost[
vp9_get_mv_joint
(mv)] +
[
all
...]
Completed in 198 milliseconds