HomeSort by relevance Sort by last modified time
    Searched full:recenter_nonneg (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 42 static int recenter_nonneg(int v, int m) { function
77 i = recenter_nonneg(v, m) - 1;
79 i = recenter_nonneg(MAX_PROB - 1 - v, MAX_PROB - 1 - m) - 1;

Completed in 527 milliseconds