Searched refs:last_w (Results 1 – 5 of 5) sorted by relevance
538 unsigned int last_w = cfg_.g_w; in TEST_P() local543 if (info->w != last_w || info->h != last_h) { in TEST_P()545 ASSERT_LT(info->w, last_w); in TEST_P()547 last_w = info->w; in TEST_P()580 unsigned int last_w = cfg_.g_w; in TEST_P() local585 if (info->w != last_w || info->h != last_h) { in TEST_P()589 ASSERT_LT(info->w, last_w); in TEST_P()593 ASSERT_GT(info->w, last_w); in TEST_P()596 last_w = info->w; in TEST_P()
30 ne->last_w = 0; in vp9_noise_estimate_init()132 (ne->last_w != cm->width || ne->last_h != cm->height))) { in vp9_update_noise_estimate()138 ne->last_w = cm->width; in vp9_update_noise_estimate()245 ne->last_w = cm->width; in vp9_update_noise_estimate()
34 int last_w; member
1806 int last_w = cpi->oxcf.width; in vp9_change_config() local1874 if (last_w != cpi->oxcf.width || last_h != cpi->oxcf.height) { in vp9_change_config()1891 (cpi->oxcf.width > last_w || cpi->oxcf.height > last_h)) { in vp9_change_config()1896 if (cm->current_video_frame == 0 || last_w != cpi->oxcf.width || in vp9_change_config()1900 if (last_w != cpi->oxcf.width || last_h != cpi->oxcf.height) { in vp9_change_config()
1409 int last_w, last_h; in vp8_change_config() local1421 last_w = cpi->oxcf.Width; in vp8_change_config()1655 if (last_w != cpi->oxcf.Width || last_h != cpi->oxcf.Height) { in vp8_change_config()