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

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 187 OMX_U8 yKey,uKey,vKey; /* Color Key in YUV color space */
313 vKey = (OMX_U8)(((126*((OMX_S32)(iBKey) - (OMX_S32)(nKeyMin1)))>>8) + 128);
319 if(uKey>KColorKeyChannelPred && vKey>KColorKeyChannelPred)
322 nKeyMax3 = (OMX_U8)(((vKey+KAlgoChromaTolerance)<255)?(vKey+KAlgoChromaTolerance):255);
325 nKeyMin3 = (OMX_U8)(((KAlgoChromaTolerance)<vKey)?(vKey-KAlgoChromaTolerance):0);
327 else if(uKey>KColorKeyChannelPred && vKey<KColorKeyChannelMin)
334 else if(vKey>KColorKeyChannelPred && uKey<KColorKeyChannelMin)
344 nKeyMax3 = (OMX_U8)(((vKey+KAlgoChromaTolerance/2)<255)?(vKey+KAlgoChromaTolerance/2):255);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 52 milliseconds