Searched refs:interintra_motion_mode_count (Results 1 – 3 of 3) sorted by relevance
177 uint8_t interintra_motion_mode_count[REF_FRAMES]; // Counter for interintra member
4283 memset(stats[i].interintra_motion_mode_count, 0xff, in init_first_partition_pass_stats_tables()4284 sizeof(stats[i].interintra_motion_mode_count)); in init_first_partition_pass_stats_tables()4457 memset(stat->interintra_motion_mode_count, 0xff, in first_partition_search_pass()4458 sizeof(stat->interintra_motion_mode_count)); in first_partition_search_pass()4467 stat->interintra_motion_mode_count[ALTREF2_FRAME] = 0xff; in first_partition_search_pass()4468 stat->interintra_motion_mode_count[BWDREF_FRAME] = 0xff; in first_partition_search_pass()5956 stats->interintra_motion_mode_count[mbmi->ref_frame[0]] < 255) { in encode_superblock()5957 ++stats->interintra_motion_mode_count[mbmi->ref_frame[0]]; in encode_superblock()
9328 if (stats->interintra_motion_mode_count[mbmi->ref_frame[0]]) { in skip_interintra_based_on_first_pass_stats()