Searched refs:encode_mvcomponent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemv.c23 static void encode_mvcomponent( function
95 encode_mvcomponent(w, mv->row >> 1, &mvc[0]);
96 encode_mvcomponent(w, mv->col >> 1, &mvc[1]);
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c23 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 175 milliseconds