Searched refs:VP8LBitWriterNumBytes (Results 1 – 3 of 3) sorted by relevance
103 static WEBP_INLINE size_t VP8LBitWriterNumBytes(VP8LBitWriter* const bw) { in VP8LBitWriterNumBytes() function
957 *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()
140 output_size = VP8LBitWriterNumBytes(&tmp_bw); in EncodeAlphaInternal()