Searched refs:Pcur (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.c | 233 vp8_prob *Pcur = cur_mvc->prob; in write_component_probs() local 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() 332 vp8_prob *const cur_p = Pcur + MVPshort; in write_component_probs() 345 vp8_prob *const cur_p = Pcur + MVPbits; in write_component_probs()
|
D | bitstream.c | 69 vp8_prob Pcur [/* n-1 */], in update_mode() 86 old_b += vp8_cost_branch(bct[i], Pcur[i]); in update_mode() 100 vp8_write_literal(w, Pcur[j] = p ? p : 1, 8); in update_mode()
|