Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c144 vpx_prob upd_p) { in update_mv() argument
146 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > in update_mv()
147 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) + in update_mv()
149 vpx_write(w, update, upd_p); in update_mv()