Searched refs:cur_p (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.c | 201 vp8_prob *const cur_p, in update() argument 207 const int cur_b = vp8_cost_branch(ct, *cur_p); in update() 213 *cur_p = new_p; in update() 332 vp8_prob *const cur_p = Pcur + MVPshort; in write_component_probs() local 338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs() 345 vp8_prob *const cur_p = Pcur + MVPbits; in write_component_probs() local 351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 136 static int update_mv(vp9_writer *w, const unsigned int ct[2], vp9_prob *cur_p, in update_mv() argument 139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) > in update_mv() 143 *cur_p = new_p; in update_mv()
|