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.c866 size_t init_byte_position, int* const hdr_size, int* const data_size) { in EncodeImageInternal() argument
1029 hdr_size_tmp = (int)(VP8LBitWriterNumBytes(bw) - init_byte_position); in EncodeImageInternal()
1037 (int)(VP8LBitWriterNumBytes(bw) - init_byte_position - *hdr_size); in EncodeImageInternal()