Home
last modified time | relevance | path

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

/external/blktrace/btt/
Dinlines.h117 static inline void update_lq(__u64 *last_q, struct avg_info *avg, __u64 time) in update_lq() argument
119 if (*last_q != ((__u64)-1)) in update_lq()
120 avg_update(avg, (time > *last_q) ? time - *last_q : 1); in update_lq()
121 *last_q = time; in update_lq()
127 update_lq(&dip->last_q, &dip->avgs.q2q_dm, iop->t.time); in dip_update_q()
129 update_lq(&dip->last_q, &dip->avgs.q2q, iop->t.time); in dip_update_q()
Dtrace_queue.c30 update_lq(&last_q, &all_avgs.q2q_dm, q_iop->t.time); in handle_queue()
33 update_lq(&last_q, &all_avgs.q2q, q_iop->t.time); in handle_queue()
Dproc.c215 pip->last_q = (__u64)-1; in process_alloc()
226 update_lq(&iop->pip->last_q, &iop->pip->avgs.q2q_dm, in pip_update_q()
229 update_lq(&iop->pip->last_q, &iop->pip->avgs.q2q, in pip_update_q()
Dglobals.h113 __u64 last_q; member
141 __u64 last_q, n_qs, n_ds; member
182 extern __u64 last_q;
Dbt_timeline.c50 __u64 last_q = (__u64)-1; variable
Ddevs.c137 dip->last_q = (__u64)-1; in dip_alloc()
/external/libvpx/vp8/common/
Dpostproc.h104 int last_q; member
Dpostproc.c442 state->last_q = q; in fillrd()
724 if (oci->postproc_state.last_q != q in vp8_post_proc_frame()
/external/libvpx/vp8/encoder/
Donyx_int.h352 int last_q[2]; // Separate values for Intra/Inter member
Dratectrl.c402 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()
1017 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in vp8_calc_pframe_target_size()
Donyx_if.c1746 cpi->last_q[0] = cpi->oxcf.fixed_q; in vp8_init_config()
1747 cpi->last_q[1] = cpi->oxcf.fixed_q; in vp8_init_config()
2032 cpi->last_q[0] = cpi->oxcf.fixed_q; in vp8_change_config()
2033 cpi->last_q[1] = cpi->oxcf.fixed_q; in vp8_change_config()
4026 int last_q = Q; in encode_frame_to_data_rate() local
4125 Loop = ((Q != last_q)) ? TRUE : FALSE; in encode_frame_to_data_rate()
4298 cpi->last_q[cm->frame_type] = cm->base_qindex; in encode_frame_to_data_rate()
Dfirstpass.c1429 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
1593 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()