Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8l_enc.c883 size_t init_byte_position, int* const hdr_size, int* const data_size) { in EncodeImageInternal() argument
1039 hdr_size_tmp = (int)(VP8LBitWriterNumBytes(bw) - init_byte_position); in EncodeImageInternal()
1049 (int)(VP8LBitWriterNumBytes(bw) - init_byte_position - *hdr_size); in EncodeImageInternal()