Home
last modified time | relevance | path

Searched refs:update_p (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c170 const vp8_prob update_p, int *updated) { in update() argument
175 ((vp8_cost_one(update_p) - vp8_cost_zero(update_p) + 128) >> 8); in update()
179 vp8_write(w, 1, update_p); in update()
184 vp8_write(w, 0, update_p); in update()