Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dencodemv.c272 vp8_prob Pnew [MVPcount]; in write_component_probs() local
275 vp8_copy_array(Pnew, default_mvc, MVPcount); in write_component_probs()
363 calc_prob(Pnew + mvpis_short, is_short_ct); in write_component_probs()
365 calc_prob(Pnew + MVPsign, sign_ct); in write_component_probs()
378 calc_prob(Pnew + MVPshort + j, short_bct[j]); in write_component_probs()
387 calc_prob(Pnew + MVPbits + j, bit_ct[j]); in write_component_probs()
392 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated); in write_component_probs()
394 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated); in write_component_probs()
397 const vp8_prob *const new_p = Pnew + MVPshort; in write_component_probs()
410 const vp8_prob *const new_p = Pnew + MVPbits; in write_component_probs()
Dbitstream.c77 vp8_prob Pnew [/* n-1 */], in update_mode()
88 Pnew, bct, num_events, in update_mode()
94 new_b += vp8_cost_branch(bct[i], Pnew[i]); in update_mode()
107 const vp8_prob p = Pnew[i]; in update_mode()
124 vp8_prob Pnew [VP8_YMODES-1]; in update_mbintra_mode_probs() local
129 Pnew, x->fc.ymode_prob, bct, (unsigned int *)cpi->ymode_count in update_mbintra_mode_probs()
133 vp8_prob Pnew [VP8_UV_MODES-1]; in update_mbintra_mode_probs() local
138 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->uv_mode_count in update_mbintra_mode_probs()