Home
last modified time | relevance | path

Searched refs:n_packets (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c233 const int n_packets = (int)(cfg->rc_twopass_stats_in.sz / packet_sz); in validate_config() local
247 for (i = 0; i < n_packets; ++i) { in validate_config()
262 n_packets - cfg->ss_number_layers + i; in validate_config()
275 (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf + n_packets - 1; in validate_config()
277 if ((int)(stats->count + 0.5) != n_packets - 1) in validate_config()
/external/kernel-headers/original/uapi/linux/
Dopenvswitch.h269 __u64 n_packets; /* Number of matched packets. */ member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c216 int n_packets = (int)(cfg->rc_twopass_stats_in.sz / in validate_config() local
230 + (n_packets - 1) * packet_sz); in validate_config()
232 if ((int)(stats->count + 0.5) != n_packets - 1) in validate_config()