Searched refs:resize_count (Results 1 – 6 of 6) sorted by relevance
481 int resize_count = 0; in TEST_P() local490 resize_count++; in TEST_P()496 ASSERT_EQ(1, resize_count) << "Resizing should occur."; in TEST_P()523 int resize_count = 0; in TEST_P() local527 resize_count++; in TEST_P()528 if (resize_count == 1) { in TEST_P()532 } else if (resize_count == 2) { in TEST_P()544 ASSERT_EQ(resize_count, 2) << "Resizing should occur twice."; in TEST_P()
625 int resize_count = 0; in TEST_P() local634 resize_count++; in TEST_P()640 ASSERT_EQ(1, resize_count) << "Resizing should occur."; in TEST_P()667 int resize_count = 0; in TEST_P() local674 resize_count++; in TEST_P()675 if (resize_count == 1) { in TEST_P()679 } else if (resize_count == 2) { in TEST_P()691 ASSERT_EQ(resize_count, 2) << "Resizing should occur twice."; in TEST_P()
18 unsigned long resize_count; member
221 stats->copy_count, stats->resize_count); in ext2fs_print_bmap_statistics()363 INC_STAT(bmap, resize_count); in ext2fs_resize_generic_bmap()
2641 cpi->resize_count = 0; in vp9_resize_one_pass_cbr()2674 ++cpi->resize_count; in vp9_resize_one_pass_cbr()2676 if (cpi->resize_count >= window) { in vp9_resize_one_pass_cbr()2677 int avg_qp = cpi->resize_avg_qp / cpi->resize_count; in vp9_resize_one_pass_cbr()2683 if (cpi->resize_buffer_underflow > (cpi->resize_count >> 2)) { in vp9_resize_one_pass_cbr()2705 cpi->resize_count = 0; in vp9_resize_one_pass_cbr()
783 int resize_count; member