Searched refs:n_packets (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c200 int n_packets = (int)(cfg->rc_twopass_stats_in.sz / packet_sz); local
213 + (n_packets - 1) * packet_sz);
215 if ((int)(stats->count + 0.5) != n_packets - 1)
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c215 int n_packets = (int)(cfg->rc_twopass_stats_in.sz / local
229 + (n_packets - 1) * packet_sz);
231 if ((int)(stats->count + 0.5) != n_packets - 1)

Completed in 599 milliseconds