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

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmspcs.c 541 cmsFloat64Number dE,dL,dC,dh,sl,sc,sh,t,f,cmc; local
566 sl = 0.040975 * Lab1->L /(1 + 0.01765 * Lab1->L);
569 sl = 0.511;
573 cmc = sqrt(Sqr(dL/(l*sl))+Sqr(dC/(c*sc))+Sqr(dh/sh));
629 cmsFloat64Number Sl = 1 + (0.015 * Sqr((Ls + L1) /2- 50) )/ sqrt(20 + Sqr( (Ls+L1)/2 - 50) );
640 cmsFloat64Number deltaE00 = sqrt( Sqr(delta_L /(Sl * Kl)) +
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 485 uint8 *Sl; /* derived from base_dpb in AVCFrameStore */
487 uint8 *Scr; /* Sl of top_field and bottom_fields will be one line apart and the
538 Once decoded_picture_buffer is allocated, Sl,Scb,Scr in
    [all...]

Completed in 1321 milliseconds