Home
last modified time | relevance | path

Searched refs:interintra_motion_mode_count (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dblock.h177 uint8_t interintra_motion_mode_count[REF_FRAMES]; // Counter for interintra member
Dencodeframe.c4283 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()
Drdopt.c9328 if (stats->interintra_motion_mode_count[mbmi->ref_frame[0]]) { in skip_interintra_based_on_first_pass_stats()