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

/external/libvpx/libvpx/test/
H A Dresize_test.cc360 unsigned int last_h = cfg_.g_h; local
364 if (info->w != last_w || info->h != last_h) {
367 ASSERT_LT(info->h, last_h);
369 last_h = info->h;
393 unsigned int last_h = cfg_.g_h; local
397 if (info->w != last_w || info->h != last_h) {
402 ASSERT_LT(info->h, last_h);
406 ASSERT_GT(info->h, last_h);
409 last_h = info->h;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1490 int last_w, last_h, prev_number_of_layers; local
1514 last_h = cpi->oxcf.Height;
1759 if (last_w != cpi->oxcf.Width || last_h != cpi->oxcf.Height)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c1460 int last_h = cpi->oxcf.height; local
1519 if (last_w != cpi->oxcf.width || last_h != cpi->oxcf.height) {

Completed in 106 milliseconds