OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VP8LBitWriter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/utils/
bit_writer.h
70
//
VP8LBitWriter
71
// TODO(vikasa):
VP8LBitWriter
is copied as-is from lossless code. There's scope
85
}
VP8LBitWriter
;
87
static WEBP_INLINE size_t VP8LBitWriterNumBytes(
VP8LBitWriter
* const bw) {
91
static WEBP_INLINE uint8_t* VP8LBitWriterFinish(
VP8LBitWriter
* const bw) {
96
int VP8LBitWriterInit(
VP8LBitWriter
* const bw, size_t expected_size);
98
void VP8LBitWriterDestroy(
VP8LBitWriter
* const bw);
116
//
VP8LBitWriter
's error_ flag is set in case of memory allocation error.
117
void VP8LWriteBits(
VP8LBitWriter
* const bw, int n_bits, uint32_t bits);
/external/webp/src/utils/
bit_writer.h
70
//
VP8LBitWriter
71
// TODO(vikasa):
VP8LBitWriter
is copied as-is from lossless code. There's scope
85
}
VP8LBitWriter
;
87
static WEBP_INLINE size_t VP8LBitWriterNumBytes(
VP8LBitWriter
* const bw) {
91
static WEBP_INLINE uint8_t* VP8LBitWriterFinish(
VP8LBitWriter
* const bw) {
96
int VP8LBitWriterInit(
VP8LBitWriter
* const bw, size_t expected_size);
98
void VP8LBitWriterDestroy(
VP8LBitWriter
* const bw);
116
//
VP8LBitWriter
's error_ flag is set in case of memory allocation error.
117
void VP8LWriteBits(
VP8LBitWriter
* const bw, int n_bits, uint32_t bits);
Completed in 149 milliseconds