Home | History | Annotate | Download | only in demux

Lines Matching defs:bits

303   int bits;
315 bits = ReadByte(mem);
317 (bits & 1) ? WEBP_MUX_DISPOSE_BACKGROUND : WEBP_MUX_DISPOSE_NONE;
318 frame->blend_method_ = (bits & 2) ? WEBP_MUX_NO_BLEND : WEBP_MUX_BLEND;