Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddetokenize.c141 const int bit1 = VP8GetBit(br, p[8]); in GetCoeffs() local
142 const int bit0 = VP8GetBit(br, p[9 + bit1]); in GetCoeffs()
143 const int cat = 2 * bit1 + bit0; in GetCoeffs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c301 const int bit1 = vp9_read(r, fc->single_ref_prob[ctx1][1]); in read_ref_frames() local
303 ++counts->single_ref[ctx1][1][bit1]; in read_ref_frames()
304 ref_frame[0] = bit1 ? ALTREF_FRAME : GOLDEN_FRAME; in read_ref_frames()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c221 const int bit1 = mbmi->ref_frame[0] != GOLDEN_FRAME; in write_ref_frames() local
222 vp9_write(w, bit1, vp9_get_pred_prob_single_ref_p2(cm, xd)); in write_ref_frames()