Home
last modified time | relevance | path

Searched refs:last_w (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
Dresize_test.cc359 unsigned int last_w = cfg_.g_w; in TEST_P() local
364 if (info->w != last_w || info->h != last_h) { in TEST_P()
366 ASSERT_LT(info->w, last_w); in TEST_P()
368 last_w = info->w; in TEST_P()
392 unsigned int last_w = cfg_.g_w; in TEST_P() local
397 if (info->w != last_w || info->h != last_h) { in TEST_P()
401 ASSERT_LT(info->w, last_w); in TEST_P()
405 ASSERT_GT(info->w, last_w); in TEST_P()
408 last_w = info->w; in TEST_P()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1490 int last_w, last_h, prev_number_of_layers; in vp8_change_config() local
1513 last_w = cpi->oxcf.Width; in vp8_change_config()
1759 if (last_w != cpi->oxcf.Width || last_h != cpi->oxcf.Height) in vp8_change_config()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c1459 int last_w = cpi->oxcf.width; in vp9_change_config() local
1519 if (last_w != cpi->oxcf.width || last_h != cpi->oxcf.height) { in vp9_change_config()