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

  /external/chromium_org/third_party/libwebp/enc/
webpenc.c 145 const int preds_h = 4 * mb_h + 1; local
146 const size_t preds_size = preds_w * preds_h * sizeof(uint8_t);
204 mem += preds_w * preds_h * sizeof(uint8_t);
  /external/webp/src/enc/
webpenc.c 145 const int preds_h = 4 * mb_h + 1; local
146 const size_t preds_size = preds_w * preds_h * sizeof(uint8_t);
204 mem += preds_w * preds_h * sizeof(uint8_t);

Completed in 29 milliseconds