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

  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 233 vp8_prob *Pcur = cur_mvc->prob;
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
332 vp8_prob *const cur_p = Pcur + MVPshort;
345 vp8_prob *const cur_p = Pcur + MVPbits;
bitstream.c 69 vp8_prob Pcur [/* n-1 */],
86 old_b += vp8_cost_branch(bct[i], Pcur[i]);
100 vp8_write_literal(w, Pcur[j] = p ? p : 1, 8);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.c 233 vp8_prob *Pcur = cur_mvc->prob;
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
332 vp8_prob *const cur_p = Pcur + MVPshort;
345 vp8_prob *const cur_p = Pcur + MVPbits;
bitstream.c 70 vp8_prob Pcur [/* n-1 */],
87 old_b += vp8_cost_branch(bct[i], Pcur[i]);
101 vp8_write_literal(w, Pcur[j] = p ? p : 1, 8);
    [all...]

Completed in 70 milliseconds