HomeSort by relevance Sort by last modified time
    Searched refs:last_h (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/test/
resize_test.cc 360 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/
onyx_if.c 1490 int last_w, last_h, prev_number_of_layers; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 1446 int last_w, last_h; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 1460 int last_h = cpi->oxcf.height; local
    [all...]

Completed in 54 milliseconds