OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_mv
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
decodemv.c
111
static void
read_mv
(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc)
function
495
read_mv
(bc, &mbmi_mv->as_mv, (const MV_CONTEXT *) mvc);
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
242
static INLINE void
read_mv
(vp9_reader *r, MV *mv, const MV *ref,
function
372
read_mv
(r, &mv[0].as_mv, &best_mv[0].as_mv,
375
read_mv
(r, &mv[1].as_mv, &best_mv[1].as_mv,
Completed in 47 milliseconds