Searched defs:maxq (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c106 // fit to the original data (after plotting real maxq vs minq (not q index))
107 static int get_minq_index(double maxq, double x3, double x2, double x1, argument
110 const double minqtarget = VPXMIN(((x3 * maxq + x2) * maxq + x1) * maxq,
111 maxq);
131 const double maxq = vp9_convert_qindex_to_q(i, bit_depth); local
132 kf_low_m[i] = get_minq_index(maxq, 0.000001, -0.0004, 0.150, bit_depth);
133 kf_high_m[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.55, bit_depth);
134 arfgf_low[i] = get_minq_index(maxq, 0.000001
[all...]
H A Dvp9_encoder.c2648 int q, int maxq, int minq) {
2667 if ((rc->projected_frame_size > high_limit && q < maxq) ||
2646 recode_loop_test(VP9_COMP *cpi, int high_limit, int low_limit, int q, int maxq, int minq) argument
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c2326 fprintf(f, "minq:%d -maxq:%d skiptrue:skipfalse = %d:%d\n", cpi->oxcf.best_allowed_q, cpi->oxcf.worst_allowed_q, skiptruecount, skipfalsecount);
3116 int q, int maxq, int minq )
3132 if ( ((cpi->projected_frame_size > high_limit) && (q < maxq)) ||
3114 recode_loop_test( VP8_COMP *cpi, int high_limit, int low_limit, int q, int maxq, int minq ) argument
/external/iproute2/include/linux/
H A Dpkt_sched.h854 __u32 maxq; /* maximum queue size */ member in struct:tc_pie_xstats
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h850 __u32 maxq; /* maximum queue size */ member in struct:tc_pie_xstats

Completed in 734 milliseconds