Home
last modified time | relevance | path

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

/external/blktrace/btt/
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()
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()
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/libvpx/vp9/common/
Dvp9_postproc.h18 int last_q; member
Dvp9_postproc.c424 state->last_q = q; in fillrd()
661 if (cm->postproc_state.last_q != q in vp9_post_proc_frame()
/external/libvpx/libvpx/vp8/common/
Dpostproc.h18 int last_q; member
Dpostproc.c490 state->last_q = q; in fillrd()
823 if (oci->postproc_state.last_q != q in vp8_post_proc_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c209 const int q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] in calc_pframe_target_size()
Dvp9_onyx_int.h405 int last_q[2]; // Separate values for Intra/Inter member
Dvp9_onyx_if.c1368 cpi->last_q[0] = cpi->oxcf.fixed_q; in vp9_change_config()
1369 cpi->last_q[1] = cpi->oxcf.fixed_q; in vp9_change_config()
3223 int last_q = q; local
3258 loop = q != last_q;
3264 int last_q = q; local
3338 loop = q != last_q;
3443 cpi->last_q[cm->frame_type] = cm->base_qindex;
Dvp9_firstpass.c1935 int q = cpi->oxcf.fixed_q < 0 ? cpi->last_q[INTER_FRAME] in define_gf_group()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h367 int last_q[2]; /* Separate values for Intra/Inter */ member
Dratectrl.c450 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()
981 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_pframe_target_size()
Donyx_if.c1718 cpi->last_q[0] = cpi->oxcf.fixed_q; in vp8_change_config()
1719 cpi->last_q[1] = cpi->oxcf.fixed_q; in vp8_change_config()
4103 int last_q = Q; in encode_frame_to_data_rate() local
4132 Loop = Q != last_q; in encode_frame_to_data_rate()
4142 int last_q = Q; in encode_frame_to_data_rate() local
4280 Loop = Q != last_q; in encode_frame_to_data_rate()
4468 cpi->last_q[cm->frame_type] = cm->base_qindex; in encode_frame_to_data_rate()
Dfirstpass.c1959 ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
2153 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()