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

  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 201 vp8_prob *const cur_p,
207 const int cur_b = vp8_cost_branch(ct, *cur_p);
213 *cur_p = new_p;
332 vp8_prob *const cur_p = Pcur + MVPshort; local
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
345 vp8_prob *const cur_p = Pcur + MVPbits; local
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 201 vp8_prob *const cur_p,
207 const int cur_b = vp8_cost_branch(ct, *cur_p);
213 *cur_p = new_p;
332 vp8_prob *const cur_p = Pcur + MVPshort; local
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
345 vp8_prob *const cur_p = Pcur + MVPbits; local
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 137 static int update_mv(vpx_writer *w, const unsigned int ct[2], vpx_prob *cur_p,
140 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) >
144 *cur_p = new_p;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemv.c 136 static int update_mv(vp9_writer *w, const unsigned int ct[2], vp9_prob *cur_p,
139 const int update = cost_branch256(ct, *cur_p) + vp9_cost_zero(upd_p) >
143 *cur_p = new_p;
  /external/libevent/
http.c 502 struct tm *cur_p; local
505 cur_p = gmtime(&t);
508 cur_p = &cur;
511 "%a, %d %b %Y %H:%M:%S GMT", cur_p) != 0) {
    [all...]

Completed in 187 milliseconds