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

  /external/libvpx/vp8/
vp8_cx_iface.c 202 size_t packet_sz = sizeof(FIRSTPASS_STATS); local
203 int n_packets = cfg->rc_twopass_stats_in.sz / packet_sz;
209 if (cfg->rc_twopass_stats_in.sz % packet_sz)
212 if (cfg->rc_twopass_stats_in.sz < 2 * packet_sz)
216 + (n_packets - 1) * packet_sz);
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 2036 size_t packet_sz = sizeof(FIRSTPASS_STATS); local
    [all...]

Completed in 772 milliseconds