Searched refs:resize_count (Results 1 – 6 of 6) sorted by relevance
480 int resize_count = 0; in TEST_P() local489 resize_count++; in TEST_P()495 ASSERT_EQ(1, resize_count) << "Resizing should occur."; in TEST_P()522 int resize_count = 0; in TEST_P() local526 resize_count++; in TEST_P()527 if (resize_count == 1) { in TEST_P()531 } else if (resize_count == 2) { in TEST_P()543 ASSERT_EQ(resize_count, 2) << "Resizing should occur twice."; in TEST_P()
577 int resize_count = 0; in TEST_P() local586 resize_count++; in TEST_P()592 ASSERT_EQ(1, resize_count) << "Resizing should occur."; in TEST_P()619 int resize_count = 0; in TEST_P() local626 resize_count++; in TEST_P()627 if (resize_count == 1) { in TEST_P()631 } else if (resize_count == 2) { in TEST_P()643 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()
2512 cpi->resize_count = 0; in vp9_resize_one_pass_cbr()2545 ++cpi->resize_count; in vp9_resize_one_pass_cbr()2547 if (cpi->resize_count >= window) { in vp9_resize_one_pass_cbr()2548 int avg_qp = cpi->resize_avg_qp / cpi->resize_count; in vp9_resize_one_pass_cbr()2554 if (cpi->resize_buffer_underflow > (cpi->resize_count >> 2)) { in vp9_resize_one_pass_cbr()2576 cpi->resize_count = 0; in vp9_resize_one_pass_cbr()
785 int resize_count; member