Searched refs:bit0 (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddetokenize.c142 const int bit0 = VP8GetBit(br, p[9 + bit1]); local
143 const int cat = 2 * bit1 + bit0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c296 const int bit0 = vp9_read(r, fc->single_ref_prob[ctx0][0]); local
298 ++counts->single_ref[ctx0][0][bit0];
299 if (bit0) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_bitstream.c218 const int bit0 = mbmi->ref_frame[0] != LAST_FRAME; local
219 vp9_write(w, bit0, vp9_get_pred_prob_single_ref_p1(cm, xd));
220 if (bit0) {

Completed in 76 milliseconds