Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dresize_test.cc360 unsigned int last_h = cfg_.g_h; in TEST_P() local
364 if (info->w != last_w || info->h != last_h) { in TEST_P()
367 ASSERT_LT(info->h, last_h); in TEST_P()
369 last_h = info->h; in TEST_P()
393 unsigned int last_h = cfg_.g_h; in TEST_P() local
397 if (info->w != last_w || info->h != last_h) { in TEST_P()
402 ASSERT_LT(info->h, last_h); in TEST_P()
406 ASSERT_GT(info->h, last_h); in TEST_P()
409 last_h = info->h; 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
1514 last_h = cpi->oxcf.Height; 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.c1460 int last_h = cpi->oxcf.height; in vp9_change_config() local
1519 if (last_w != cpi->oxcf.width || last_h != cpi->oxcf.height) { in vp9_change_config()