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

  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_common.h 48 static INLINE double fclamp(double value, double low, double high) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_common.h 59 static INLINE double fclamp(double value, double low, double high) { function
  /external/pdfium/third_party/lcms2-2.6/src/
cmsintrp.c 216 cmsINLINE cmsFloat32Number fclamp(cmsFloat32Number v) function
232 val2 = fclamp(Value[0]);
299 val2 = fclamp(Value[0]);
348 px = fclamp(Input[0]) * p->Domain[0];
349 py = fclamp(Input[1]) * p->Domain[1];
463 px = fclamp(Input[0]) * p->Domain[0];
464 py = fclamp(Input[1]) * p->Domain[1];
465 pz = fclamp(Input[2]) * p->Domain[2];
607 px = fclamp(Input[0]) * p->Domain[0];
608 py = fclamp(Input[1]) * p->Domain[1]
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 247 return fclamp(active_pct, MIN_ACTIVE_AREA, MAX_ACTIVE_AREA);
272 return fclamp(modified_error,
    [all...]
vp9_ratectrl.c 427 return fclamp(rcf, MIN_BPB_FACTOR, MAX_BPB_FACTOR);
436 factor = fclamp(factor, MIN_BPB_FACTOR, MAX_BPB_FACTOR);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 274 return fclamp(modified_error,
900 return fclamp(pow(error_term, power_term), 0.05, 5.0);
    [all...]

Completed in 198 milliseconds