Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dbitstream.c388 vp8_writer *w = &cpi->bc2; in pack_tokens_into_partitions_c()
1655 vp8_start_encode(&cpi->bc2, cx_data + bc->pos); in vp8_pack_bitstream()
1658 pack_tokens(&cpi->bc2, cpi->tok, cpi->tok_count); in vp8_pack_bitstream()
1660 pack_mb_row_tokens(cpi, &cpi->bc2); in vp8_pack_bitstream()
1662 vp8_stop_encode(&cpi->bc2); in vp8_pack_bitstream()
1664 *size = cpi->bc2.pos + cpi->bc.pos + VP8_HEADER_SIZE + extra_bytes_packed; in vp8_pack_bitstream()
Donyx_int.h267 vp8_writer bc, bc2; member
/external/libvpx/vp8/decoder/
Donyxd_int.h76 vp8_reader bc, bc2; member
Ddecodframe.c438 bool_decoder = &pbi->bc2; in setup_token_decoder()
745 xd->current_bc = &pbi->bc2; in vp8_decode_frame()
912 unsigned int size = pbi->bc2.pos + pbi->bc.pos + 8; in vp8_decode_frame()
Donyxd_if.c472 pbi->dr[pbi->common.current_video_frame&0xf].size = pbi->bc.pos + pbi->bc2.pos + 4;; in vp8dx_receive_compressed_data()
Dthreading.c81 mbd->current_bc = &pbi->bc2; in vp8_setup_decoding_thread_data()
/external/libvpx/vp8/encoder/arm/
Dvpx_vp8_enc_asm_offsets.c60 DEFINE(vp8_comp_bc2, offsetof(VP8_COMP, bc2));