Searched refs:Pupdate (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.c | 195 const vp8_prob *Pupdate = update_mvc->prob; in write_component_probs() local 274 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, in write_component_probs() 277 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated); in write_component_probs() 286 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs() 298 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
|