Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c243 vp8_prob Pnew [MVPcount]; in write_component_probs() local
246 vp8_copy_array(Pnew, default_mvc, MVPcount); in write_component_probs()
297 calc_prob(Pnew + mvpis_short, is_short_ct); in write_component_probs()
299 calc_prob(Pnew + MVPsign, sign_ct); in write_component_probs()
312 calc_prob(Pnew + MVPshort + j, short_bct[j]); in write_component_probs()
321 calc_prob(Pnew + MVPbits + j, bit_ct[j]); in write_component_probs()
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated); in write_component_probs()
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated); in write_component_probs()
331 const vp8_prob *const new_p = Pnew + MVPshort; in write_component_probs()
344 const vp8_prob *const new_p = Pnew + MVPbits; in write_component_probs()
Dbitstream.c68 vp8_prob Pnew [/* n-1 */], in update_mode()
79 Pnew, bct, num_events, in update_mode()
85 new_b += vp8_cost_branch(bct[i], Pnew[i]); in update_mode()
98 const vp8_prob p = Pnew[j]; in update_mode()
115 vp8_prob Pnew [VP8_YMODES-1]; in update_mbintra_mode_probs() local
120 Pnew, x->fc.ymode_prob, bct, (unsigned int *)cpi->mb.ymode_count in update_mbintra_mode_probs()
124 vp8_prob Pnew [VP8_UV_MODES-1]; in update_mbintra_mode_probs() local
129 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count in update_mbintra_mode_probs()