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

  /external/libvpx/libvpx/vp9/common/
vp9_common.h 59 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/core/src/fxcodec/lcms2/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...]
  /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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 237 return fclamp(modified_error,
    [all...]

Completed in 130 milliseconds