HomeSort by relevance Sort by last modified time
    Searched refs:Pcur (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/encoder/
encodemv.c 262 vp8_prob *Pcur = cur_mvc->prob;
392 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
394 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
398 vp8_prob *const cur_p = Pcur + MVPshort;
411 vp8_prob *const cur_p = Pcur + MVPbits;
bitstream.c 78 vp8_prob Pcur [/* n-1 */],
95 old_b += vp8_cost_branch(bct[i], Pcur[i]);
109 vp8_write_literal(w, Pcur[i] = p ? p : 1, 8);
    [all...]

Completed in 27 milliseconds