Searched refs:KAlgoLumaTolerence (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_ImgConv.c76 const OMX_S32 KAlgoLumaTolerence = 600 ; /* Tolerence on luminance to detect pixel near color key */ variable
315 nKeyMax1 = (OMX_U8)(((yKey+KAlgoLumaTolerence)<255)?(yKey+KAlgoLumaTolerence):255);
316 /*nKeyMin1 = ((KAlgoLumaTolerence)<yKey)?(yKey-KAlgoLumaTolerence):0;*/
317 nKeyMin1 = (OMX_U8)(yKey-KAlgoLumaTolerence);

Completed in 4 milliseconds