HomeSort by relevance Sort by last modified time
    Searched defs:maxq (Results 1 - 5 of 5) sorted by null

  /external/libaom/libaom/av1/encoder/
ratectrl.c 98 // fit to the original data (after plotting real maxq vs minq (not q index))
99 static int get_minq_index(double maxq, double x3, double x2, double x1,
101 const double minqtarget = AOMMIN(((x3 * maxq + x2) * maxq + x1) * maxq, maxq);
115 const double maxq = av1_convert_qindex_to_q(i, bit_depth); local
116 kf_low_m[i] = get_minq_index(maxq, 0.000001, -0.0004, 0.150, bit_depth);
117 kf_high_m[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.45, bit_depth);
118 arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.30, bit_depth)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 108 // fit to the original data (after plotting real maxq vs minq (not q index))
109 static int get_minq_index(double maxq, double x3, double x2, double x1,
112 const double minqtarget = VPXMIN(((x3 * maxq + x2) * maxq + x1) * maxq, maxq);
130 const double maxq = vp9_convert_qindex_to_q(i, bit_depth); local
131 kf_low_m[i] = get_minq_index(maxq, 0.000001, -0.0004, 0.150, bit_depth);
132 kf_high_m[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.45, bit_depth);
134 arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.275, bit_depth)
    [all...]
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 722 __u32 maxq; member in struct:tc_pie_xstats
  /external/iproute2/include/uapi/linux/
pkt_sched.h 872 __u32 maxq; /* maximum queue size */ member in struct:tc_pie_xstats
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 963 __u32 maxq; /* maximum queue size */ member in struct:tc_pie_xstats

Completed in 262 milliseconds