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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 96 // Thresh_mult is used to set a threshold for the rd score. A higher value
100 int thresh_mult[MAX_MODES]; member in struct:RD_OPT
vp9_rd.c 247 // range of values used for cpi->sf.thresh_mult[].
254 rd->thresh_mult[i] < thresh_max
255 ? rd->thresh_mult[i] * t / 4
571 rd->thresh_mult[i] = cpi->oxcf.mode == BEST ? -500 : 0;
574 rd->thresh_mult[THR_NEARESTMV] = 300;
575 rd->thresh_mult[THR_NEARESTG] = 300;
576 rd->thresh_mult[THR_NEARESTA] = 300;
578 rd->thresh_mult[THR_NEARESTMV] = 0;
579 rd->thresh_mult[THR_NEARESTG] = 0;
580 rd->thresh_mult[THR_NEARESTA] = 0
619 static const int thresh_mult[2][MAX_REFS] = local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 187 int thresh_mult[MAX_MODES]; member in struct:__anon16545
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 190 int thresh_mult[MAX_MODES]; member in struct:__anon30179

Completed in 1784 milliseconds