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

  /external/libaom/libaom/av1/encoder/
temporal_filter.h 28 #define THR_SHIFT 2
temporal_filter.c 896 blk_fw[0] = err < (thresh_low << THR_SHIFT)
898 : err < (thresh_high << THR_SHIFT) ? 1 : 0;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.h 30 #define THR_SHIFT 2
vp9_temporal_filter.c 721 blk_fw[0] = err < (thresh_low << THR_SHIFT)
723 : err < (thresh_high << THR_SHIFT) ? 1 : 0;
    [all...]

Completed in 89 milliseconds