Home
last modified time | relevance | path

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

/external/webp/src/mux/
Dmuxread.c394 const int need_vp8x = (wpi->alpha_ != NULL); in SynthesizeBitstream() local
395 const size_t vp8x_size = need_vp8x ? CHUNK_HEADER_SIZE + VP8X_CHUNK_SIZE : 0; in SynthesizeBitstream()
396 const size_t alpha_size = need_vp8x ? ChunkDiskSize(wpi->alpha_) : 0; in SynthesizeBitstream()
410 if (need_vp8x) { in SynthesizeBitstream()