Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dencodemv.c19 static void encode_mvcomponent(vp8_writer *const w, const int v, in encode_mvcomponent() function
79 encode_mvcomponent(w, mv->row >> 1, &mvc[0]); in vp8_encode_motion_vector()
80 encode_mvcomponent(w, mv->col >> 1, &mvc[1]); in vp8_encode_motion_vector()