Home
last modified time | relevance | path

Searched refs:resize_count (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/test/
Dresize_test.cc481 int resize_count = 0; in TEST_P() local
490 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() local
527 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()
/external/libvpx/libvpx/test/
Dresize_test.cc625 int resize_count = 0; in TEST_P() local
634 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() local
674 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()
/external/e2fsprogs/lib/ext2fs/
Dbmap64.h18 unsigned long resize_count; member
Dgen_bitmap64.c221 stats->copy_count, stats->resize_count); in ext2fs_print_bmap_statistics()
363 INC_STAT(bmap, resize_count); in ext2fs_resize_generic_bmap()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c2641 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()
Dvp9_encoder.h783 int resize_count; member