HomeSort by relevance Sort by last modified time
    Searched refs:n_packets (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 200 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)
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 215 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)
    [all...]

Completed in 2128 milliseconds