HomeSort by relevance Sort by last modified time
    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