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

  /external/libvpx/libvpx/test/
resize_test.cc 359 unsigned int last_w = cfg_.g_w; local
364 if (info->w != last_w || info->h != last_h) {
366 ASSERT_LT(info->w, last_w);
368 last_w = info->w;
392 unsigned int last_w = cfg_.g_w; local
397 if (info->w != last_w || info->h != last_h) {
401 ASSERT_LT(info->w, last_w);
405 ASSERT_GT(info->w, last_w);
408 last_w = info->w;
  /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 1459 int last_w = cpi->oxcf.width; local
    [all...]

Completed in 63 milliseconds