HomeSort by relevance Sort by last modified time
    Searched refs:LUT (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtomcrypt/src/math/fp/
ltc_ecc_fp_mulmod.c 26 /* number of bits in LUT */
38 *LUT[1U<<FP_LUT]; /* fixed point lookup */
45 /* simple table to help direct the generation of the LUT */
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 48 // 1. Find camera's scene mode LUT
378 int OMXCameraAdapter::getLUTvalue_HALtoOMX(const char * HalValue, LUTtype LUT)
380 int LUTsize = LUT.size;
383 if( 0 == strcmp(LUT.Table[i].userDefinition, HalValue) )
384 return LUT.Table[i].omxDefinition;
389 const char* OMXCameraAdapter::getLUTvalue_OMXtoHAL(int OMXValue, LUTtype LUT)
391 int LUTsize = LUT.size;
393 if( LUT.Table[i].omxDefinition == OMXValue )
394 return LUT.Table[i].userDefinition;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 373 static const char* getLUTvalue_OMXtoHAL(int OMXValue, LUTtype LUT);
374 static int getLUTvalue_HALtoOMX(const char * HalValue, LUTtype LUT);
490 // returns pointer to SceneModesEntry from the LUT for camera given 'name' and 'scene'
    [all...]

Completed in 2234 milliseconds