OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8LBitWriter
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libwebp/utils/
bit_writer.h
70
//
VP8LBitWriter
94
}
VP8LBitWriter
;
96
static WEBP_INLINE size_t VP8LBitWriterNumBytes(
VP8LBitWriter
* const bw) {
100
uint8_t* VP8LBitWriterFinish(
VP8LBitWriter
* const bw);
103
int VP8LBitWriterInit(
VP8LBitWriter
* const bw, size_t expected_size);
105
void VP8LBitWriterDestroy(
VP8LBitWriter
* const bw);
111
//
VP8LBitWriter
's error_ flag is set in case of memory allocation error.
112
void VP8LWriteBits(
VP8LBitWriter
* const bw, int n_bits, uint32_t bits);
bit_writer.c
198
//
VP8LBitWriter
209
static int VP8LBitWriterResize(
VP8LBitWriter
* const bw, size_t extra_size) {
240
int VP8LBitWriterInit(
VP8LBitWriter
* const bw, size_t expected_size) {
245
void VP8LBitWriterDestroy(
VP8LBitWriter
* const bw) {
252
void VP8LWriteBits(
VP8LBitWriter
* const bw, int n_bits, uint32_t bits) {
294
uint8_t* VP8LBitWriterFinish(
VP8LBitWriter
* const bw) {
/external/chromium_org/third_party/libwebp/enc/
vp8li.h
69
VP8LBitWriter
* const bw);
vp8l.c
259
VP8LBitWriter
* const bw, const uint8_t* code_length_bitdepth) {
297
VP8LBitWriter
* const bw,
320
static void StoreFullHuffmanCode(
VP8LBitWriter
* const bw,
383
static void StoreHuffmanCode(
VP8LBitWriter
* const bw,
422
static void WriteHuffmanCode(
VP8LBitWriter
* const bw,
431
VP8LBitWriter
* const bw, int width, int histo_bits,
481
static WebPEncodingError EncodeImageNoHuffman(
VP8LBitWriter
* const bw,
555
static WebPEncodingError EncodeImageInternal(
VP8LBitWriter
* const bw,
703
VP8LBitWriter
* const bw) {
741
VP8LBitWriter
* const bw)
[
all
...]
alpha.c
55
VP8LBitWriter
tmp_bw;
Completed in 35 milliseconds