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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.c 285 unsigned int thresh_ac; local
298 thresh_ac = (xd->plane[0].dequant[1] * xd->plane[0].dequant[1]) / 9;
299 thresh_ac = clamp(thresh_ac, min_thresh, max_thresh);
302 thresh_ac >>=
307 thresh_ac = 0;
312 if (var <= thresh_ac && (sse - var) <= thresh_dc) {
330 if ((var_u * 4 <= thresh_ac) && (sse_u - var_u <= thresh_dc)) {
337 if ((var_v * 4 <= thresh_ac) && (sse_v - var_v <= thresh_dc)) {
vp9_rdopt.c 2055 unsigned int thresh_ac; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 2931 unsigned int thresh_ac; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 2931 unsigned int thresh_ac; local
    [all...]

Completed in 130 milliseconds