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

  /external/libaom/libaom/aom/
aom_encoder.h 699 int tile_height_count; member in struct:aom_codec_enc_cfg
723 * The number of heights specified is given by tile_height_count
    [all...]
  /external/libaom/libaom/av1/
av1_cx_iface.c     [all...]
  /external/libaom/libaom/av1/encoder/
encoder.h 308 int tile_height_count; member in struct:AV1EncoderConfig
    [all...]
encoder.c 888 if (cpi->oxcf.tile_width_count == 0 || cpi->oxcf.tile_height_count == 0) {
919 if (j >= cpi->oxcf.tile_height_count) j = 0;
    [all...]
  /external/libaom/libaom/apps/
aomenc.c     [all...]

Completed in 144 milliseconds