Searched defs:cmc (Results 1 - 4 of 4) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cmc/
H A DCMCException.java1 package org.bouncycastle.cmc;
H A DSimplePKIResponse.java1 package org.bouncycastle.cmc;
/external/pdfium/third_party/lcms/src/
H A Dcmspcs.c547 // cmc - CMC(l:c) difference between Lab1, Lab2
550 cmsFloat64Number dE,dL,dC,dh,sl,sc,sh,t,f,cmc; local
582 cmc = sqrt(Sqr(dL/(l*sl))+Sqr(dC/(c*sc))+Sqr(dh/sh));
584 return cmc;
/external/libxcam/modules/isp/
H A Daiq_handler.cpp92 ia_cmc_t *cmc,
114 ia_cmc_t *cmc,
119 _handle = ia_isp_2_2_init (cpf, max_width, max_height, cmc, mkn);
184 ia_cmc_t *cmc,
204 ia_cmc_t *cmc,
209 _handle = ia_isp_1_5_init (cpf, max_width, max_height, cmc, mkn);
1210 CmcParser cmc (cpf);
1218 cmc.get(),
1228 if (!_adaptor->init (&cpf, MAX_STATISTICS_WIDTH, MAX_STATISTICS_HEIGHT, cmc.get(), _ia_mkn)) {
110 init( const ia_binary_data *cpf, unsigned int max_width, unsigned int max_height, ia_cmc_t *cmc, ia_mkn *mkn) argument

Completed in 153 milliseconds