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

  /external/libvpx/vp8/common/
loopfilter.c 146 int filt_lvl = i; local
150 if (filt_lvl >= 40)
152 else if (filt_lvl >= 15)
159 if (filt_lvl >= 40)
161 else if (filt_lvl >= 20)
163 else if (filt_lvl >= 15)
170 block_inside_limit = filt_lvl >> (sharpness_lvl > 0);
185 lfi[i].mbflim[j] = filt_lvl + yhedge_boost;
187 lfi[i].flim[j] = filt_lvl;
190 lfi[i].uvmbflim[j] = filt_lvl + uvhedge_boost
225 int filt_lvl = i; local
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 57 extern void vp8_deblock_frame(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *post, int filt_lvl, int low_var_thresh, int flag);
    [all...]

Completed in 132 milliseconds