OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mb_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
syntax.c
304
const int
mb_size
= enc->mb_w_ * enc->mb_h_;
local
311
VP8BitWriterInit(bw,
mb_size
* 7 / 8); // ~7 bits per macroblock
/external/webp/src/enc/
syntax.c
304
const int
mb_size
= enc->mb_w_ * enc->mb_h_;
local
311
VP8BitWriterInit(bw,
mb_size
* 7 / 8); // ~7 bits per macroblock
Completed in 397 milliseconds