OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_encode_motion_vector
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
encodemv.h
18
void
vp8_encode_motion_vector
(vp8_writer *, const MV *, const MV_CONTEXT *);
encodemv.c
68
void
vp8_encode_motion_vector
(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc)
function
bitstream.c
459
vp8_encode_motion_vector
(w, &e, mvc);
[
all
...]
Completed in 27 milliseconds