Home
last modified time | relevance | path

Searched refs:VP8LBitWriterNumBytes (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/utils/
Dbit_writer_utils.h103 static WEBP_INLINE size_t VP8LBitWriterNumBytes(VP8LBitWriter* const bw) { in VP8LBitWriterNumBytes() function
/external/webp/src/enc/
Dvp8l_enc.c957 *hdr_size = (int)(VP8LBitWriterNumBytes(bw) - init_byte_position); in EncodeImageInternal()
962 (int)(VP8LBitWriterNumBytes(bw) - init_byte_position - *hdr_size); in EncodeImageInternal()
1074 const size_t webpll_size = VP8LBitWriterNumBytes(bw); in WriteImage()
1453 const size_t byte_position = VP8LBitWriterNumBytes(bw); in VP8LEncodeStream()
1562 stats->lossless_size = (int)(VP8LBitWriterNumBytes(bw) - byte_position); in VP8LEncodeStream()
Dalpha_enc.c140 output_size = VP8LBitWriterNumBytes(&tmp_bw); in EncodeAlphaInternal()