Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dresize_test.cc539 unsigned int last_h = cfg_.g_h; in TEST_P() local
543 if (info->w != last_w || info->h != last_h) { in TEST_P()
546 ASSERT_LT(info->h, last_h); in TEST_P()
548 last_h = info->h; in TEST_P()
581 unsigned int last_h = cfg_.g_h; in TEST_P() local
585 if (info->w != last_w || info->h != last_h) { in TEST_P()
590 ASSERT_LT(info->h, last_h); in TEST_P()
594 ASSERT_GT(info->h, last_h); in TEST_P()
597 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()
141 (ne->last_w != cm->width || ne->last_h != cm->height))) { in vp9_update_noise_estimate()
148 ne->last_h = cm->height; in vp9_update_noise_estimate()
253 ne->last_h = cm->height; in vp9_update_noise_estimate()
Dvp9_noise_estimate.h35 int last_h; member
Dvp9_encoder.c1758 int last_h = cpi->oxcf.height; in vp9_change_config() local
1825 if (last_w != cpi->oxcf.width || last_h != cpi->oxcf.height) { in vp9_change_config()
1842 (cpi->oxcf.width > last_w || cpi->oxcf.height > last_h)) { in vp9_change_config()
1848 last_h != cpi->oxcf.height) in vp9_change_config()
1851 if (last_w != cpi->oxcf.width || last_h != cpi->oxcf.height) { in vp9_change_config()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1436 int last_w, last_h; in vp8_change_config() local
1449 last_h = cpi->oxcf.Height; in vp8_change_config()
1681 if (last_w != cpi->oxcf.Width || last_h != cpi->oxcf.Height) { in vp8_change_config()