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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodemv.c 187 static void calc_prob(vp8_prob *p, const unsigned int ct[2]) function
297 calc_prob(Pnew + mvpis_short, is_short_ct);
299 calc_prob(Pnew + MVPsign, sign_ct);
312 calc_prob(Pnew + MVPshort + j, short_bct[j]);
321 calc_prob(Pnew + MVPbits + j, bit_ct[j]);
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 187 static void calc_prob(vp8_prob *p, const unsigned int ct[2]) function
297 calc_prob(Pnew + mvpis_short, is_short_ct);
299 calc_prob(Pnew + MVPsign, sign_ct);
312 calc_prob(Pnew + MVPshort + j, short_bct[j]);
321 calc_prob(Pnew + MVPbits + j, bit_ct[j]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.c 187 static void calc_prob(vp8_prob *p, const unsigned int ct[2]) function
297 calc_prob(Pnew + mvpis_short, is_short_ct);
299 calc_prob(Pnew + MVPsign, sign_ct);
312 calc_prob(Pnew + MVPshort + j, short_bct[j]);
321 calc_prob(Pnew + MVPbits + j, bit_ct[j]);

Completed in 96 milliseconds