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

  /external/webp/src/enc/
predictor_enc.c 105 const int diff_up = MaxDiffBetweenPixels(current, up); local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right));

Completed in 144 milliseconds