HomeSort by relevance Sort by last modified time
    Searched defs:filter_strength (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/test/
temporal_filter_test.cc 28 unsigned int h, int filter_strength,
36 int h, int filter_strength, int filter_weight,
44 if (filter_strength > 0) {
45 rounding = 1 << (filter_strength - 1);
97 sum >>= filter_strength; local
131 const int filter_strength = 6; local
156 reference_filter(a, b, width, height, filter_strength, filter_weight,
160 height, filter_strength, filter_weight,
191 for (int filter_strength = 0; filter_strength <= 6; ++filter_strength)
236 const int filter_strength = 6; local
    [all...]
  /external/webp/include/webp/
encode.h 111 int filter_strength; // range: [0 = off .. 100 = strongest] member in struct:WebPConfig
114 // if filter_strength > 0 or autofilter > 0)
  /external/webp/src/webp/
encode.h 111 int filter_strength; // range: [0 = off .. 100 = strongest] member in struct:WebPConfig
114 // if filter_strength > 0 or autofilter > 0)

Completed in 321 milliseconds