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

  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_common.h 56 static INLINE double fclamp(double value, double low, double high) { function
  /external/pdfium/third_party/lcms/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...]

Completed in 77 milliseconds