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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 294 const int thresh_max = INT_MAX / t; local
298 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max
304 rd->thresh_mult_sub8x8[i] < thresh_max
  /external/libaom/libaom/av1/encoder/
rd.c 456 const int thresh_max = INT_MAX / t; local
459 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max
    [all...]

Completed in 425 milliseconds