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

  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 238 unsigned int bit_ct [mvlong_width] [2]; local
250 vp8_zero(bit_ct)
289 bit_ct [k] [(a >> k) & 1] += c;
321 calc_prob(Pnew + MVPbits + j, bit_ct[j]);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.c 238 unsigned int bit_ct [mvlong_width] [2]; local
250 vp8_zero(bit_ct)
289 bit_ct [k] [(a >> k) & 1] += c;
321 calc_prob(Pnew + MVPbits + j, bit_ct[j]);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);

Completed in 157 milliseconds