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

  /external/toybox/kconfig/lxdialog/
textbox.c 52 int initial_height, int initial_width)
70 if (initial_height != 0)
71 height = initial_height;
  /external/u-boot/scripts/kconfig/lxdialog/
textbox.c 43 int dialog_textbox(const char *title, char *tbuf, int initial_height,
72 if (initial_height != 0)
73 height = initial_height;
dialog.h 225 int dialog_textbox(const char *title, char *tbuf, int initial_height,
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 650 int initial_height; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 434 (ctx->cpi->initial_height && (int)cfg->g_h > ctx->cpi->initial_height))
    [all...]
  /external/libaom/libaom/av1/encoder/
pass2_strategy.c 123 const double this_area = cpi->initial_width * cpi->initial_height;
806 (cpi->initial_height + cpi->initial_width) / 4.0;
    [all...]
encoder.h 888 int initial_height; member in struct:AV1_COMP
    [all...]
firstpass.c 209 const int dim = AOMMIN(cpi->initial_width, cpi->initial_height);
encoder.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 745 int initial_height; member in struct:VP9_COMP
vp9_firstpass.c 385 const int dim = VPXMIN(cpi->initial_width, cpi->initial_height);
    [all...]
vp9_encoder.c     [all...]
  /external/libaom/libaom/av1/
av1_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 645 (ctx->cpi->initial_height && (int)cfg->g_h > ctx->cpi->initial_height))
    [all...]

Completed in 193 milliseconds