OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
46
// 1. Find camera's scene mode
LUT
369
int OMXCameraAdapter::getLUTvalue_HALtoOMX(const char * HalValue, LUTtype
LUT
)
371
int LUTsize =
LUT
.size;
374
if( 0 == strcmp(
LUT
.Table[i].userDefinition, HalValue) )
375
return
LUT
.Table[i].omxDefinition;
380
const char* OMXCameraAdapter::getLUTvalue_OMXtoHAL(int OMXValue, LUTtype
LUT
)
382
int LUTsize =
LUT
.size;
384
if(
LUT
.Table[i].omxDefinition == OMXValue )
385
return
LUT
.Table[i].userDefinition;
[
all
...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
370
static const char* getLUTvalue_OMXtoHAL(int OMXValue, LUTtype
LUT
);
371
static int getLUTvalue_HALtoOMX(const char * HalValue, LUTtype
LUT
);
485
// returns pointer to SceneModesEntry from the
LUT
for camera given 'name' and 'scene'
[
all
...]
Completed in 349 milliseconds