Home | History | Annotate | Download | only in encoder

Lines Matching refs:bc2

378     vp8_writer *w = &cpi->bc2;
1666 vp8_start_encode(&cpi->bc2, cx_data + bc->pos);
1670 bc2);
1673 pack_tokens(&cpi->bc2, cpi->tok, cpi->tok_count);
1675 vp8_stop_encode(&cpi->bc2);
1677 *size += cpi->bc2.pos;