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 144 int filt_lvl = i; local
148 if (filt_lvl >= 40)
150 else if (filt_lvl >= 15)
157 if (filt_lvl >= 40)
159 else if (filt_lvl >= 20)
161 else if (filt_lvl >= 15)
168 block_inside_limit = filt_lvl >> (sharpness_lvl > 0);
183 lfi[i].mbflim[j] = filt_lvl + 2;
184 lfi[i].flim[j] = filt_lvl;
218 int filt_lvl = i local
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 60 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 59 milliseconds