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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 57 int intercount; member in struct:__anon26229
vp9_ethread.c 239 tile_data->fp_data.intercount += tile_data_t->fp_data.intercount;
vp9_firstpass.c 757 fps->pcnt_inter = (double)(fp_acc_data->intercount) / num_mbs;
804 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 54 milliseconds