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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 273 int row_mt; member in struct:VP9EncoderConfig
699 int row_mt; member in struct:VP9_COMP
vp9_speed_features.c 591 if (cpi->use_svc && cpi->row_mt && cpi->oxcf.max_threads > 1)
622 if (cpi->row_mt && cpi->oxcf.max_threads > 1)
    [all...]
vp9_encoder.c     [all...]
vp9_ethread.c 90 if (cpi->use_svc && !cpi->row_mt) {
vp9_temporal_filter.c 808 if (!cpi->row_mt)
vp9_firstpass.c     [all...]
vp9_encodeframe.c     [all...]
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 54 unsigned int row_mt; member in struct:vp9_extracfg
87 0, // row_mt
264 RANGE_CHECK(extra_cfg, row_mt, 0, 1);
588 oxcf->row_mt = extra_cfg->row_mt;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 487 static const arg_def_t row_mt = variable
518 &row_mt,
    [all...]

Completed in 326 milliseconds