HomeSort by relevance Sort by last modified time
    Searched refs:resize_count (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/test/
resize_test.cc 540 int resize_count = 0; local
549 resize_count++;
555 ASSERT_EQ(1, resize_count) << "Resizing should occur.";
582 int resize_count = 0; local
586 resize_count++;
587 if (resize_count == 1) {
591 } else if (resize_count == 2) {
603 ASSERT_EQ(resize_count, 2) << "Resizing should occur twice.";
  /external/e2fsprogs/lib/ext2fs/
bmap64.h 18 unsigned long resize_count; member in struct:ext2_bmap_statistics
gen_bitmap64.c 221 stats->copy_count, stats->resize_count);
358 INC_STAT(bmap, resize_count);
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c     [all...]
vp9_encoder.h 664 int resize_count; member in struct:VP9_COMP

Completed in 1460 milliseconds