HomeSort by relevance Sort by last modified time
    Searched full:is_short_ct (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodemv.c 236 unsigned int is_short_ct[2], sign_ct[2]; local
248 vp8_zero(is_short_ct)
259 is_short_ct [0] += c; /* Short vector */
279 is_short_ct [0] += c; /* Short vector */
285 is_short_ct [1] += c; /* Long vector */
297 calc_prob(Pnew + mvpis_short, is_short_ct);
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 236 unsigned int is_short_ct[2], sign_ct[2]; local
248 vp8_zero(is_short_ct)
259 is_short_ct [0] += c; /* Short vector */
279 is_short_ct [0] += c; /* Short vector */
285 is_short_ct [1] += c; /* Long vector */
297 calc_prob(Pnew + mvpis_short, is_short_ct);
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.c 236 unsigned int is_short_ct[2], sign_ct[2]; local
248 vp8_zero(is_short_ct)
259 is_short_ct [0] += c; /* Short vector */
279 is_short_ct [0] += c; /* Short vector */
285 is_short_ct [1] += c; /* Long vector */
297 calc_prob(Pnew + mvpis_short, is_short_ct);
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);

Completed in 882 milliseconds