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

  /external/libvpx/vp8/encoder/
firstpass.h 23 extern size_t vp8_firstpass_stats_sz(unsigned int mb_count);
firstpass.c 242 extern size_t vp8_firstpass_stats_sz(unsigned int mb_count) function
265 pkt.data.twopass_stats.sz = vp8_firstpass_stats_sz(cpi->common.MBs);
302 size_t stats_sz = vp8_firstpass_stats_sz(cpi->common.MBs);
385 count * vp8_firstpass_stats_sz(cpi->common.MBs));
    [all...]
onyx_if.c     [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 195 size_t packet_sz = vp8_firstpass_stats_sz(mb_r * mb_c);
    [all...]

Completed in 72 milliseconds