Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dblock.h174 uint8_t ref0_counts[REF_FRAMES]; // Counters for ref_frame[0]. member
Dencodeframe.c4279 memset(stats[i].ref0_counts, 0xff, sizeof(stats[i].ref0_counts)); in init_first_partition_pass_stats_tables()
4454 memset(stat->ref0_counts, 0xff, sizeof(stat->ref0_counts)); in first_partition_search_pass()
4462 stat->ref0_counts[ALTREF2_FRAME] = 0xff; in first_partition_search_pass()
4464 stat->ref0_counts[BWDREF_FRAME] = 0xff; in first_partition_search_pass()
5948 if (stats->ref0_counts[mbmi->ref_frame[0]] < 255) in encode_superblock()
5949 ++stats->ref0_counts[mbmi->ref_frame[0]]; in encode_superblock()
Drdopt.c11904 if (stats->ref0_counts[ref_frame[0]] && in inter_mode_search_order_independent_skip()