Searched refs:last_q (Results 1 – 12 of 12) sorted by relevance
/external/blktrace/btt/ |
D | inlines.h | 117 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()
|
D | trace_queue.c | 30 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()
|
D | proc.c | 215 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()
|
D | globals.h | 113 __u64 last_q; member 141 __u64 last_q, n_qs, n_ds; member 182 extern __u64 last_q;
|
D | bt_timeline.c | 50 __u64 last_q = (__u64)-1; variable
|
D | devs.c | 137 dip->last_q = (__u64)-1; in dip_alloc()
|
/external/libvpx/vp8/common/ |
D | postproc.h | 104 int last_q; member
|
D | postproc.c | 442 state->last_q = q; in fillrd() 724 if (oci->postproc_state.last_q != q in vp8_post_proc_frame()
|
/external/libvpx/vp8/encoder/ |
D | onyx_int.h | 352 int last_q[2]; // Separate values for Intra/Inter member
|
D | ratectrl.c | 402 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()
|
D | onyx_if.c | 1746 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()
|
D | firstpass.c | 1429 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()
|