Home
last modified time | relevance | path

Searched refs:vp9_write_bit (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_writer.c22 vp9_write_bit(br, 0); in vp9_start_encode()
29 vp9_write_bit(br, 0); in vp9_stop_encode()
Dvp9_writer.h86 static void vp9_write_bit(vp9_writer *w, int bit) { in vp9_write_bit() function
94 vp9_write_bit(w, 1 & (data >> bit)); in vp9_write_literal()
Dvp9_bitstream.c177 vp9_write_bit(w, e & 1); in pack_mb_tokens()
560 vp9_write_bit(bc, 0); in update_coef_probs_common()
563 vp9_write_bit(bc, 1); in update_coef_probs_common()
642 vp9_write_bit(bc, 1); in update_coef_probs_common()
658 vp9_write_bit(bc, 0); // no updates in update_coef_probs_common()
809 vp9_write_bit(w, cm->tx_mode == TX_MODE_SELECT); in encode_txfm_probs()
1148 vp9_write_bit(&header_bc, use_compound_pred);
1150 vp9_write_bit(&header_bc, use_hybrid_pred);