Searched refs:last_q (Results 1 - 12 of 12) sorted by relevance

/external/blktrace/btt/
H A Dtrace_queue.c30 update_lq(&last_q, &all_avgs.q2q_dm, q_iop->t.time);
33 update_lq(&last_q, &all_avgs.q2q, q_iop->t.time);
H A Dinlines.h117 static inline void update_lq(__u64 *last_q, struct avg_info *avg, __u64 time) argument
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);
H A Dproc.c215 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,
H A Dglobals.h113 __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;
H A Dbt_timeline.c50 __u64 last_q = (__u64)-1; variable
H A Ddevs.c137 dip->last_q = (__u64)-1;
/external/libvpx/vp8/common/
H A Dpostproc.h104 int last_q; member in struct:postproc_state
H A Dpostproc.c443 state->last_q = q;
727 if (oci->postproc_state.last_q != q
/external/libvpx/vp8/encoder/
H A Donyx_int.h360 int last_q[2]; // Separate values for Intra/Inter member in struct:__anon8239
H A Dratectrl.c405 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
694 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
1055 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
H A Donyx_if.c1761 cpi->last_q[0] = cpi->oxcf.fixed_q;
1762 cpi->last_q[1] = cpi->oxcf.fixed_q;
3977 int last_q = Q; local
4007 Loop = ((Q != last_q)) ? TRUE : FALSE;
4015 int last_q = Q; local
4126 //Loop = ((Q != last_q) || (last_zbin_oq != cpi->zbin_over_quant)) ? TRUE : FALSE;
4127 Loop = ((Q != last_q)) ? TRUE : FALSE;
4281 cpi->last_q[cm->frame_type] = cm->base_qindex;
H A Dfirstpass.c1582 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
1735 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;

Completed in 919 milliseconds