Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dresize_test.cc480 unsigned int last_h = cfg_.g_h; in TEST_P() local
484 if (info->w != last_w || info->h != last_h) { in TEST_P()
487 ASSERT_LT(info->h, last_h); in TEST_P()
489 last_h = info->h; in TEST_P()
522 unsigned int last_h = cfg_.g_h; in TEST_P() local
526 if (info->w != last_w || info->h != last_h) { in TEST_P()
531 ASSERT_LT(info->h, last_h); in TEST_P()
535 ASSERT_GT(info->h, last_h); in TEST_P()
538 last_h = info->h; in TEST_P()
/external/libvpx/libvpx/test/
Dresize_test.cc624 unsigned int last_h = cfg_.g_h; in TEST_P() local
628 if (info->w != last_w || info->h != last_h) { in TEST_P()
631 ASSERT_LT(info->h, last_h); in TEST_P()
633 last_h = info->h; in TEST_P()
666 unsigned int last_h = cfg_.g_h; in TEST_P() local
673 if (info->w != last_w || info->h != last_h) { in TEST_P()
678 ASSERT_LT(info->h, last_h); in TEST_P()
682 ASSERT_GT(info->h, last_h); in TEST_P()
685 last_h = info->h; in TEST_P()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_noise_estimate.c40 ne->last_h = 0; in vp9_noise_estimate_init()
135 (ne->last_w != cm->width || ne->last_h != cm->height))) { in vp9_update_noise_estimate()
142 ne->last_h = cm->height; in vp9_update_noise_estimate()
244 ne->last_h = cm->height; in vp9_update_noise_estimate()
Dvp9_noise_estimate.h38 int last_h; member
Dvp9_encoder.c1944 int last_h = cpi->oxcf.height; in vp9_change_config() local
2012 if (last_w != cpi->oxcf.width || last_h != cpi->oxcf.height) { in vp9_change_config()
2029 (cpi->oxcf.width > last_w || cpi->oxcf.height > last_h)) { in vp9_change_config()
2035 last_h != cpi->oxcf.height) in vp9_change_config()
2038 if (last_w != cpi->oxcf.width || last_h != cpi->oxcf.height) { in vp9_change_config()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1431 int last_w, last_h; in vp8_change_config() local
1445 last_h = cpi->oxcf.Height; in vp8_change_config()
1683 if (last_w != cpi->oxcf.Width || last_h != cpi->oxcf.Height) { in vp8_change_config()