Searched refs:bit1 (Results 1 – 3 of 3) sorted by relevance
141 const int bit1 = VP8GetBit(br, p[8]); in GetCoeffs() local142 const int bit0 = VP8GetBit(br, p[9 + bit1]); in GetCoeffs()143 const int cat = 2 * bit1 + bit0; in GetCoeffs()
301 const int bit1 = vp9_read(r, fc->single_ref_prob[ctx1][1]); in read_ref_frames() local303 ++counts->single_ref[ctx1][1][bit1]; in read_ref_frames()304 ref_frame[0] = bit1 ? ALTREF_FRAME : GOLDEN_FRAME; in read_ref_frames()
221 const int bit1 = mbmi->ref_frame[0] != GOLDEN_FRAME; in write_ref_frames() local222 vp9_write(w, bit1, vp9_get_pred_prob_single_ref_p2(cm, xd)); in write_ref_frames()