Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dblock.h175 uint8_t ref1_counts[REF_FRAMES]; // Counters for ref_frame[1]. member
Dencodeframe.c4280 memset(stats[i].ref1_counts, 0xff, sizeof(stats[i].ref1_counts)); in init_first_partition_pass_stats_tables()
4455 memset(stat->ref1_counts, 0xff, sizeof(stat->ref1_counts)); in first_partition_search_pass()
4463 stat->ref1_counts[ALTREF2_FRAME] = 0xff; in first_partition_search_pass()
4465 stat->ref1_counts[BWDREF_FRAME] = 0xff; in first_partition_search_pass()
5951 stats->ref1_counts[mbmi->ref_frame[1]] < 255) in encode_superblock()
5952 ++stats->ref1_counts[mbmi->ref_frame[1]]; in encode_superblock()
Drdopt.c11905 (ref_frame[1] < 0 || stats->ref1_counts[ref_frame[1]])) { in inter_mode_search_order_independent_skip()