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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 58 int second_ref_count; member in struct:__anon26229
vp9_ethread.c 240 tile_data->fp_data.second_ref_count += tile_data_t->fp_data.second_ref_count;
vp9_firstpass.c 758 fps->pcnt_second_ref = (double)(fp_acc_data->second_ref_count) / num_mbs;
805 this_tile->fp_data.second_ref_count += fp_acc_data->second_ref_count;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 492 int second_ref_count = 0; local
646 second_ref_count++;
776 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs;
    [all...]

Completed in 843 milliseconds