HomeSort by relevance Sort by last modified time
    Searched full:stats_sz (Results 1 - 1 of 1) sorted by null

  /external/libvpx/vp8/encoder/
firstpass.c 249 size_t stats_sz; local
252 stats_sz = sizeof(FIRSTPASS_STATS) + mb_count;
253 stats_sz = (stats_sz + 7) & ~7;
254 return stats_sz;
302 size_t stats_sz = vp8_firstpass_stats_sz(cpi->common.MBs); local
308 cpi->stats_in = (void*)((char *)cpi->stats_in + stats_sz);
    [all...]

Completed in 22 milliseconds