Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodemv.c202 const vp8_prob new_p, in update() argument
208 const int new_b = vp8_cost_branch(ct, new_p); in update()
213 *cur_p = new_p; in update()
215 vp8_write_literal(w, new_p >> 1, 7); in update()
331 const vp8_prob *const new_p = Pnew + MVPshort; in write_component_probs() local
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
344 const vp8_prob *const new_p = Pnew + MVPbits; in write_component_probs() local
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c138 const vp9_prob new_p = get_binary_prob(ct[0], ct[1]) | 1; in update_mv() local
140 cost_branch256(ct, new_p) + vp9_cost_one(upd_p) + 7 * 256; in update_mv()
143 *cur_p = new_p; in update_mv()
144 vp9_write_literal(w, new_p >> 1, 7); in update_mv()