OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encode_mvcomponent
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/vp8/encoder/
encodemv.c
23
static void
encode_mvcomponent
(
function
95
encode_mvcomponent
(w, mv->row >> 1, &mvc[0]);
96
encode_mvcomponent
(w, mv->col >> 1, &mvc[1]);
Completed in 959 milliseconds