• Home
  • Raw
  • Download

Lines Matching refs:vp8_read

68   if (vp8_read(r, p[mvpis_short])) { /* Large */  in read_mvcomponent()
72 x += vp8_read(r, p[MVPbits + i]) << i; in read_mvcomponent()
78 x += vp8_read(r, p[MVPbits + i]) << i; in read_mvcomponent()
81 if (!(x & 0xFFF0) || vp8_read(r, p[MVPbits + 3])) x += 8; in read_mvcomponent()
86 if (x && vp8_read(r, p[MVPsign])) x = -x; in read_mvcomponent()
105 if (vp8_read(bc, *up++)) { in read_mvcontexts()
201 if (vp8_read(bc, 110)) { in decode_split_mv()
204 if (vp8_read(bc, 111)) { in decode_split_mv()
205 s = vp8_read(bc, 150); in decode_split_mv()
243 if (vp8_read(bc, prob[0])) { in decode_split_mv()
244 if (vp8_read(bc, prob[1])) { in decode_split_mv()
246 if (vp8_read(bc, prob[2])) { in decode_split_mv()
287 mbmi->ref_frame = (MV_REFERENCE_FRAME)vp8_read(bc, pbi->prob_intra); in read_mb_modes_mv()
302 if (vp8_read(bc, pbi->prob_last)) { in read_mb_modes_mv()
304 (MV_REFERENCE_FRAME)((int)(2 + vp8_read(bc, pbi->prob_gf))); in read_mb_modes_mv()
363 if (vp8_read(bc, vp8_mode_contexts[cnt[CNT_INTRA]][0])) { in read_mb_modes_mv()
380 if (vp8_read(bc, vp8_mode_contexts[cnt[CNT_NEAREST]][1])) { in read_mb_modes_mv()
381 if (vp8_read(bc, vp8_mode_contexts[cnt[CNT_NEAR]][2])) { in read_mb_modes_mv()
408 if (vp8_read(bc, vp8_mode_contexts[cnt[CNT_SPLITMV]][3])) { in read_mb_modes_mv()
479 if (vp8_read(r, x->mb_segment_tree_probs[0])) { in read_mb_features()
481 (unsigned char)(2 + vp8_read(r, x->mb_segment_tree_probs[2])); in read_mb_features()
484 (unsigned char)(vp8_read(r, x->mb_segment_tree_probs[1])); in read_mb_features()
503 mi->mbmi.mb_skip_coeff = vp8_read(&pbi->mbc[8], pbi->prob_skip_false); in decode_mb_mode_mvs()