OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNINIT_PARAM
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/hwdefs/
topazhp_default_params.h
37
#define
UNINIT_PARAM
0xCDCDCDCD
42
#define TOPAZHP_DEFAULT_ui32pseudo_rand_seed
UNINIT_PARAM
91
#define TOPAZHP_DEFAULT_uDirectVecBias
UNINIT_PARAM
92
#define TOPAZHP_DEFAULT_uIPESkipVecBias
UNINIT_PARAM
94
#define TOPAZHP_DEFAULT_iInterMBBias
UNINIT_PARAM
95
#define TOPAZHP_DEFAULT_iInterMBBiasB
UNINIT_PARAM
96
#define TOPAZHP_DEFAULT_iIntra16Bias
UNINIT_PARAM
/hardware/intel/img/psb_video/src/
tng_hostbias.c
43
#define
UNINIT_PARAM
0xCDCDCDCD
396
if (psBiasParams->uDirectVecBias !=
UNINIT_PARAM
)
398
if (psBiasParams->iInterMBBiasB !=
UNINIT_PARAM
)
401
if (psBiasParams->uIPESkipVecBias !=
UNINIT_PARAM
)
403
if (psBiasParams->iInterMBBias !=
UNINIT_PARAM
)
406
if (psBiasParams->iIntra16Bias !=
UNINIT_PARAM
) iIntra16Bias = psBiasParams->iIntra16Bias;
408
if (psBiasParams->uDirectVecBias ==
UNINIT_PARAM
|| psBiasParams->iInterMBBiasB ==
UNINIT_PARAM
) {
415
if (psBiasParams->uIPESkipVecBias ==
UNINIT_PARAM
|| psBiasParams->iInterMBBias ==
UNINIT_PARAM
) {
[
all
...]
tng_hostcode.c
758
ctx->ui32pseudo_rand_seed =
UNINIT_PARAM
;
[
all
...]
Completed in 198 milliseconds