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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 61 double intra_count_high; // Coded intra high variance member in struct:__anon24783
vp9_ethread.c 234 tile_data->fp_data.intra_count_high += tile_data_t->fp_data.intra_count_high;
vp9_firstpass.c 752 fps->pcnt_intra_high = (double)(fp_acc_data->intra_count_high) / num_mbs;
799 this_tile->fp_data.intra_count_high += fp_acc_data->intra_count_high;
    [all...]

Completed in 223 milliseconds