Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/mux/
H A Dmuxread.c391 const int need_vp8x = (wpi->alpha_ != NULL); in SynthesizeBitstream() local
392 const size_t vp8x_size = need_vp8x ? CHUNK_HEADER_SIZE + VP8X_CHUNK_SIZE : 0; in SynthesizeBitstream()
393 const size_t alpha_size = need_vp8x ? ChunkDiskSize(wpi->alpha_) : 0; in SynthesizeBitstream()
407 if (need_vp8x) { in SynthesizeBitstream()

Completed in 2 milliseconds