HomeSort by relevance Sort by last modified time
    Searched refs:UpdateHisto (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 595 static WEBP_INLINE void UpdateHisto(int histo_argb[4][256], uint32_t argb) {
637 UpdateHisto(histo_argb, VP8LSubPixels(current_row[col], predict));
730 UpdateHisto(histo, argb[ix]);
    [all...]
  /external/webp/src/dsp/
lossless.c 586 static WEBP_INLINE void UpdateHisto(int histo_argb[4][256], uint32_t argb) {
628 UpdateHisto(histo_argb, VP8LSubPixels(current_row[col], predict));
721 UpdateHisto(histo, argb[ix]);
    [all...]

Completed in 47 milliseconds