Searched refs:Pnew (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.c | 203 vp8_prob Pnew[MVPcount]; in write_component_probs() local 206 vp8_copy_array(Pnew, default_mvc, MVPcount); in write_component_probs() 248 calc_prob(Pnew + mvpis_short, is_short_ct); in write_component_probs() 250 calc_prob(Pnew + MVPsign, sign_ct); in write_component_probs() 260 calc_prob(Pnew + MVPshort + j, short_bct[j]); in write_component_probs() 269 calc_prob(Pnew + MVPbits + j, bit_ct[j]); in write_component_probs() 274 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, in write_component_probs() 277 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated); in write_component_probs() 280 const vp8_prob *const new_p = Pnew + MVPshort; in write_component_probs() 292 const vp8_prob *const new_p = Pnew + MVPbits; in write_component_probs()
|
D | bitstream.c | 49 vp8_tree tree, vp8_prob Pnew[/* n-1 */], in update_mode() 56 vp8_tree_probs_from_distribution(n--, tok, tree, Pnew, bct, num_events, 256, in update_mode() 60 new_b += vp8_cost_branch(bct[i], Pnew[i]); in update_mode() 70 const vp8_prob p = Pnew[j]; in update_mode() 84 vp8_prob Pnew[VP8_YMODES - 1]; in update_mbintra_mode_probs() local 87 update_mode(w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree, Pnew, in update_mbintra_mode_probs() 91 vp8_prob Pnew[VP8_UV_MODES - 1]; in update_mbintra_mode_probs() local 94 update_mode(w, VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree, Pnew, in update_mbintra_mode_probs()
|