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

12

/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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_postproc.h24 int last_q; member in struct:postproc_state
H A Dvp9_postproc.c358 state->last_q = q;
424 if (ppstate->last_q != q ||
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.h24 int last_q; member in struct:postproc_state
H A Dvp9_postproc.c424 state->last_q = q;
636 if (ppstate->last_q != q ||
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dpostproc.h18 int last_q; member in struct:postproc_state
H A Dpostproc.c489 state->last_q = q;
822 if (oci->postproc_state.last_q != q
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.h18 int last_q; member in struct:postproc_state
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h33 int last_q[3]; // Separate values for Intra/Inter/ARF-GF member in struct:__anon24961
H A Dvp9_svc_layercontext.c50 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q;
53 lrc->last_q[0] = oxcf->best_allowed_q;
54 lrc->last_q[1] = oxcf->best_allowed_q;
55 lrc->last_q[2] = oxcf->best_allowed_q;
H A Dvp9_ratectrl.c199 rc->last_q[0] = oxcf->best_allowed_q;
200 rc->last_q[1] = oxcf->best_allowed_q;
201 rc->last_q[2] = oxcf->best_allowed_q;
416 : rc->last_q[KEY_FRAME] * 2;
420 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 5 / 4
421 : rc->last_q[INTER_FRAME];
423 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 2
424 : rc->last_q[INTER_FRAME] * 2;
1083 rc->last_q[KEY_FRAME] = cm->base_qindex;
1089 rc->last_q[
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h43 int last_q[FRAME_TYPES]; // Separate values for Intra/Inter member in struct:__anon13184
H A Dvp9_svc_layercontext.c57 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q;
61 lrc->last_q[KEY_FRAME] = oxcf->best_allowed_q;
62 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q;
H A Dvp9_ratectrl.c278 rc->last_q[KEY_FRAME] = oxcf->best_allowed_q;
279 rc->last_q[INTER_FRAME] = oxcf->best_allowed_q;
533 : rc->last_q[KEY_FRAME] * 2;
537 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 5 / 4
538 : rc->last_q[INTER_FRAME];
540 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 2
541 : rc->last_q[INTER_FRAME] * 2;
1164 rc->last_q[KEY_FRAME] = qindex;
1171 rc->last_q[INTER_FRAME] = qindex;
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c36 float q, last_q; member in struct:__anon13273
49 s->q = s->last_q = enc->config_->quality;
69 dq = (float)(slope * (s->last_q - s->q));
75 s->last_q = s->q;
614 num_pass_left, stats.last_value, stats.value, stats.last_q, stats.q);
817 printf("#%2d metric:%.1lf -> %.1lf last_q=%.2lf q=%.2lf dq=%.2lf\n",
819 stats.last_q, stats.q, stats.dq);
/external/webp/src/enc/
H A Dframe.c36 float q, last_q; member in struct:__anon33370
49 s->q = s->last_q = enc->config_->quality;
69 dq = (float)(slope * (s->last_q - s->q));
75 s->last_q = s->q;
614 num_pass_left, stats.last_value, stats.value, stats.last_q, stats.q);
817 printf("#%2d metric:%.1lf -> %.1lf last_q=%.2lf q=%.2lf dq=%.2lf\n",
819 stats.last_q, stats.q, stats.dq);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h368 int last_q[2]; /* Separate values for Intra/Inter */ member in struct:VP8_COMP
H A Dratectrl.c442 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
973 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h371 int last_q[2]; /* Separate values for Intra/Inter */ member in struct:VP8_COMP
H A Dratectrl.c442 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
973 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;

Completed in 425 milliseconds

12