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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 158 int *scaled_frame_height);
vp9_encoder.h 179 int scaled_frame_height; member in struct:VP9EncoderConfig
vp9_firstpass.c     [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 439 oxcf->scaled_frame_height = cfg->rc_scaled_height;
442 (oxcf->scaled_frame_width == 0 || oxcf->scaled_frame_height == 0) ?
545 printf("scaled_frame_height: %d\n", oxcf->scaled_frame_height);
    [all...]

Completed in 69 milliseconds