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 99 // Thresh_mult is used to set a threshold for the rd score. A higher value
103 int thresh_mult[MAX_MODES]; member in struct:RD_OPT
vp9_rd.c 292 // range of values used for cpi->sf.thresh_mult[].
298 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max
299 ? rd->thresh_mult[i] * t / 4
650 rd->thresh_mult[i] = cpi->oxcf.mode == BEST ? -500 : 0;
653 rd->thresh_mult[THR_NEARESTMV] = 300;
654 rd->thresh_mult[THR_NEARESTG] = 300;
655 rd->thresh_mult[THR_NEARESTA] = 300;
657 rd->thresh_mult[THR_NEARESTMV] = 0;
658 rd->thresh_mult[THR_NEARESTG] = 0;
659 rd->thresh_mult[THR_NEARESTA] = 0
698 static const int thresh_mult[2][MAX_REFS] = { local
    [all...]
  /external/libaom/libaom/av1/encoder/
rd.h 281 // Thresh_mult is used to set a threshold for the rd score. A higher value
285 int thresh_mult[MAX_MODES]; member in struct:RD_OPT
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 169 int thresh_mult[MAX_MODES]; member in struct:__anon29816

Completed in 736 milliseconds