OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8LBitWriterNumBytes
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/utils/
bit_writer.h
85
static WEBP_INLINE size_t
VP8LBitWriterNumBytes
(VP8LBitWriter* const bw) {
bit_writer.c
200
const size_t current_size =
VP8LBitWriterNumBytes
(bw);
/external/webp/src/enc/
alpha.c
91
const size_t buffer_size =
VP8LBitWriterNumBytes
(&tmp_bw);
vp8l.c
756
const size_t webpll_size =
VP8LBitWriterNumBytes
(bw);
961
const size_t byte_position =
VP8LBitWriterNumBytes
(bw);
[
all
...]
Completed in 186 milliseconds