HomeSort by relevance Sort by last modified time
    Searched full:height_arg (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 43 static const arg_def_t height_arg = ARG_DEF("h", "height", 1, "source height"); variable
60 &encoding_mode_arg, &frames_arg, &width_arg, &height_arg,
243 } else if (arg_match(&arg, &height_arg, argi)) {
245 } else if (arg_match(&arg, &height_arg, argi)) {

Completed in 2348 milliseconds