Searched refs:VP8BitWriterInit (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dlayer.c29 VP8BitWriterInit(&enc->layer_bw_, enc->mb_w_ * enc->mb_h_ * 3);
H A Dalpha.c128 VP8BitWriterInit(bw, expected_size);
H A Dsyntax.c311 VP8BitWriterInit(bw, mb_size * 7 / 8); // ~7 bits per macroblock
H A Dframe.c821 ok = VP8BitWriterInit(enc->parts_ + p, bytes_per_parts);
/external/webp/src/enc/
H A Dlayer.c29 VP8BitWriterInit(&enc->layer_bw_, enc->mb_w_ * enc->mb_h_ * 3);
H A Dalpha.c128 VP8BitWriterInit(bw, expected_size);
H A Dsyntax.c311 VP8BitWriterInit(bw, mb_size * 7 / 8); // ~7 bits per macroblock
H A Dframe.c821 ok = VP8BitWriterInit(enc->parts_ + p, bytes_per_parts);
/external/chromium_org/third_party/libwebp/utils/
H A Dbit_writer.h39 int VP8BitWriterInit(VP8BitWriter* const bw, size_t expected_size);
H A Dbit_writer.c159 int VP8BitWriterInit(VP8BitWriter* const bw, size_t expected_size) { function
/external/webp/src/utils/
H A Dbit_writer.h39 int VP8BitWriterInit(VP8BitWriter* const bw, size_t expected_size);
H A Dbit_writer.c159 int VP8BitWriterInit(VP8BitWriter* const bw, size_t expected_size) { function

Completed in 163 milliseconds