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

  /external/blktrace/btt/
trace_queue.c 30 update_lq(&last_q, &all_avgs.q2q_dm, q_iop->t.time);
33 update_lq(&last_q, &all_avgs.q2q, q_iop->t.time);
inlines.h 117 static inline void update_lq(__u64 *last_q, struct avg_info *avg, __u64 time)
119 if (*last_q != ((__u64)-1))
120 avg_update(avg, (time > *last_q) ? time - *last_q : 1);
121 *last_q = time;
127 update_lq(&dip->last_q, &dip->avgs.q2q_dm, iop->t.time);
129 update_lq(&dip->last_q, &dip->avgs.q2q, iop->t.time);
proc.c 215 pip->last_q = (__u64)-1;
226 update_lq(&iop->pip->last_q, &iop->pip->avgs.q2q_dm,
229 update_lq(&iop->pip->last_q, &iop->pip->avgs.q2q,
globals.h 113 __u64 last_q; member in struct:p_info
141 __u64 last_q, n_qs, n_ds; member in struct:d_info
182 extern __u64 last_q;
bt_timeline.c 50 __u64 last_q = (__u64)-1; variable
devs.c 137 dip->last_q = (__u64)-1;
  /external/libvpx/vp8/common/
postproc.h 104 int last_q; member in struct:postproc_state
postproc.c 442 state->last_q = q;
724 if (oci->postproc_state.last_q != q
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 352 int last_q[2]; // Separate values for Intra/Inter member in struct:__anon5136
ratectrl.c 402 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
691 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
    [all...]
onyx_if.c 4026 int last_q = Q; local
    [all...]
firstpass.c     [all...]

Completed in 612 milliseconds