Searched refs:MVPcount (Results 1 – 4 of 4) sorted by relevance
32 MVPcount = MVPbits + mvlong_width /* (with independent probabilities) */ enumerator37 vp8_prob prob[MVPcount]; /* often come in row, col pairs */
272 vp8_prob Pnew [MVPcount]; in write_component_probs()275 vp8_copy_array(Pnew, default_mvc, MVPcount); in write_component_probs()
861 for (cnt = 0; cnt < MVPcount; cnt++) in vp8_encode_frame()866 vpx_memcpy(cm->fc.pre_mvc[0], cm->fc.mvc[0], MVPcount); in vp8_encode_frame()871 for (cnt = 0; cnt < MVPcount; cnt++) in vp8_encode_frame()876 vpx_memcpy(cm->fc.pre_mvc[1], cm->fc.mvc[1], MVPcount); in vp8_encode_frame()
189 vp8_prob *const pstop = p + MVPcount; in read_mvcontexts()