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

  /external/libaom/libaom/apps/
aomenc.c 312 static const arg_def_t superres_qthresh = ARG_DEF( variable
347 &superres_qthresh,
    [all...]
  /external/libaom/libaom/av1/
av1_cx_iface.c 538 oxcf->superres_qthresh = 255;
672 oxcf->superres_qthresh = av1_quantizer_to_qindex(cfg->rc_superres_qthresh);
680 if (oxcf->superres_mode == SUPERRES_QTHRESH &&
681 oxcf->superres_qthresh == 255 && oxcf->superres_kf_qthresh == 255) {
    [all...]
  /external/libaom/libaom/av1/encoder/
encoder.h 131 SUPERRES_QTHRESH, // Superres scale for a frame is determined based on
265 int superres_qthresh; member in struct:AV1EncoderConfig
    [all...]
encoder.c     [all...]

Completed in 819 milliseconds