/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.h | 18 int last_q; member in struct:postproc_state
|
vp9_postproc.c | 424 state->last_q = q; 661 if (cm->postproc_state.last_q != q
|
/external/blktrace/btt/ |
trace_queue.c | 30 update_lq(&last_q, &all_avgs.q2q_dm, q_iop->t.time); 33 update_lq(&last_q, &all_avgs.q2q, q_iop->t.time);
|
inlines.h | 117 static inline void update_lq(__u64 *last_q, struct avg_info *avg, __u64 time) 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);
|
proc.c | 215 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,
|
globals.h | 113 __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;
|
bt_timeline.c | 50 __u64 last_q = (__u64)-1; variable
|
devs.c | 137 dip->last_q = (__u64)-1;
|
/external/libvpx/libvpx/vp8/common/ |
postproc.h | 18 int last_q; member in struct:postproc_state
|
postproc.c | 490 state->last_q = q; 823 if (oci->postproc_state.last_q != q [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_ratectrl.c | 209 const int q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME]
|
vp9_onyx_int.h | 405 int last_q[2]; // Separate values for Intra/Inter member in struct:VP9_COMP
|
vp9_onyx_if.c | 3223 int last_q = q; local 3264 int last_q = q; local [all...] |
vp9_firstpass.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_int.h | 367 int last_q[2]; /* Separate values for Intra/Inter */ member in struct:VP8_COMP
|
ratectrl.c | 450 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; [all...] |
onyx_if.c | 4103 int last_q = Q; local 4142 int last_q = Q; local [all...] |
firstpass.c | [all...] |