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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 72 int intra_smooth_count; member in struct:__anon24783
vp9_ethread.c 244 tile_data->fp_data.intra_smooth_count +=
245 tile_data_t->fp_data.intra_smooth_count;
vp9_firstpass.c 754 fps->intra_smooth_pct = (double)(fp_acc_data->intra_smooth_count) / num_mbs;
809 this_tile->fp_data.intra_smooth_count += fp_acc_data->intra_smooth_count;
    [all...]

Completed in 977 milliseconds