OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preds_h
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
webpenc.c
175
const int
preds_h
= 4 * mb_h + 1;
local
176
const size_t preds_size = preds_w *
preds_h
* sizeof(uint8_t);
247
mem += preds_w *
preds_h
* sizeof(uint8_t);
/external/webp/src/enc/
webpenc.c
175
const int
preds_h
= 4 * mb_h + 1;
local
176
const size_t preds_size = preds_w *
preds_h
* sizeof(uint8_t);
247
mem += preds_w *
preds_h
* sizeof(uint8_t);
Completed in 2171 milliseconds