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

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

Completed in 80 milliseconds