Searched refs:header_bc (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 1263 vpx_writer header_bc; in write_compressed_header() local 1265 vpx_start_encode(&header_bc, data); in write_compressed_header() 1270 encode_txfm_probs(cm, &header_bc, counts); in write_compressed_header() 1272 update_coef_probs(cpi, &header_bc); in write_compressed_header() 1273 update_skip_probs(cm, &header_bc, counts); in write_compressed_header() 1280 counts->inter_mode[i], INTER_MODES, &header_bc); in write_compressed_header() 1283 update_switchable_interp_probs(cm, &header_bc, counts); in write_compressed_header() 1286 vp9_cond_prob_diff_update(&header_bc, &fc->intra_inter_prob[i], in write_compressed_header() 1293 vpx_write_bit(&header_bc, use_compound_pred); in write_compressed_header() 1295 vpx_write_bit(&header_bc, use_hybrid_pred); in write_compressed_header() [all …]
|