Searched defs:last_q (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_postproc.h24 int last_q; member in struct:postproc_state
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.h24 int last_q; member in struct:postproc_state
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dpostproc.h18 int last_q; member in struct:postproc_state
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.h18 int last_q; member in struct:postproc_state
/external/blktrace/btt/
H A Dbt_timeline.c50 __u64 last_q = (__u64)-1; variable
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 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;
/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_encoder.c1826 int last_q = q; local
1861 loop = q != last_q;
1867 int last_q = q; local
1937 loop = q != last_q;
/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_onyx_if.c2281 int last_q = q; local
2316 loop = q != last_q;
2322 int last_q = q; local
2392 loop = q != last_q;
/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_if.c1757 cpi->last_q[0] = cpi->oxcf.fixed_q;
1758 cpi->last_q[1] = cpi->oxcf.fixed_q;
4307 int last_q = Q; local
4336 Loop = Q != last_q;
4346 int last_q = Q; local
4484 Loop = Q != last_q;
4693 cpi->last_q[cm->frame_type] = cm->base_qindex;
H A Donyx_int.h368 int last_q[2]; /* Separate values for Intra/Inter */ member in struct:VP8_COMP
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1725 cpi->last_q[0] = cpi->oxcf.fixed_q;
1726 cpi->last_q[1] = cpi->oxcf.fixed_q;
4112 int last_q = Q; local
4141 Loop = Q != last_q;
4151 int last_q = Q; local
4289 Loop = Q != last_q;
4477 cpi->last_q[cm->frame_type] = cm->base_qindex;
H A Donyx_int.h371 int last_q[2]; /* Separate values for Intra/Inter */ member in struct:VP8_COMP

Completed in 464 milliseconds