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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 57 int intercount; member in struct:__anon24783
vp9_ethread.c 230 tile_data->fp_data.intercount += tile_data_t->fp_data.intercount;
vp9_firstpass.c 748 fps->pcnt_inter = (double)(fp_acc_data->intercount) / num_mbs;
795 this_tile->fp_data.intercount += fp_acc_data->intercount;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 491 int intercount = 0; local
681 intercount++;
775 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs;
    [all...]

Completed in 671 milliseconds