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

  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 301 #define THRESH_HIGH 20000
315 ? 2 : err<THRESH_HIGH ? 1 : 0;
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 258 #define THRESH_HIGH 20000
272 ? 2 : err < THRESH_HIGH ? 1 : 0;

Completed in 355 milliseconds