Searched refs:vp9_write_bit (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_writer.c | 21 vp9_write_bit(br, 0); in vp9_start_encode() 28 vp9_write_bit(br, 0); in vp9_stop_encode()
|
D | vp9_writer.h | 81 static INLINE void vp9_write_bit(vp9_writer *w, int bit) { in vp9_write_bit() function 89 vp9_write_bit(w, 1 & (data >> bit)); in vp9_write_literal()
|
D | vp9_bitstream.c | 175 vp9_write_bit(w, e & 1); in pack_mb_tokens() 556 vp9_write_bit(bc, 0); in update_coef_probs_common() 559 vp9_write_bit(bc, 1); in update_coef_probs_common() 638 vp9_write_bit(bc, 1); in update_coef_probs_common() 654 vp9_write_bit(bc, 0); // no updates in update_coef_probs_common() 806 vp9_write_bit(w, cm->tx_mode == TX_MODE_SELECT); in encode_txfm_probs() 1168 vp9_write_bit(&header_bc, use_compound_pred); in write_compressed_header() 1170 vp9_write_bit(&header_bc, use_hybrid_pred); in write_compressed_header()
|