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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 106 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; member in struct:RD_OPT
vp9_rd.c 298 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max
303 rd->threshes[segment_id][bsize][i] =
vp9_encodeframe.c     [all...]
vp9_rdopt.c     [all...]
vp9_pickmode.c     [all...]
  /external/libaom/libaom/av1/encoder/
rd.h 287 int threshes[MAX_SEGMENTS][BLOCK_SIZES_ALL][MAX_MODES]; member in struct:RD_OPT
rd.c 459 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max
    [all...]
rdopt.c     [all...]

Completed in 125 milliseconds