Home
last modified time | relevance | path

Searched refs:iFineYSearchSize (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c715 ctx->iFineYSearchSize = 2;//This parameter need not be exposed in tng__init_context()
1700 IMG_INT iFineYSearchSize, in tng__prepare_encode_sliceparams() argument
1755 ui32IPEControl |= F_ENCODE(iFineYSearchSize, TOPAZHP_CR_IPE_LRITC_BOUNDARY) | in tng__prepare_encode_sliceparams()
1756 F_ENCODE(iFineYSearchSize, TOPAZHP_CR_IPE_Y_FINE_SEARCH); in tng__prepare_encode_sliceparams()
1758 ui32IPEControl |= F_ENCODE(iFineYSearchSize + 1, TOPAZHP_CR_IPE_LRITC_BOUNDARY) | in tng__prepare_encode_sliceparams()
1759 F_ENCODE(iFineYSearchSize, TOPAZHP_CR_IPE_Y_FINE_SEARCH); in tng__prepare_encode_sliceparams()
1768 ui32IPEControl = F_ENCODE(iFineYSearchSize + 1, TOPAZHP_CR_IPE_LRITC_BOUNDARY) | in tng__prepare_encode_sliceparams()
1769 F_ENCODE(iFineYSearchSize, TOPAZHP_CR_IPE_Y_FINE_SEARCH) | in tng__prepare_encode_sliceparams()
1776 ui32IPEControl |= F_ENCODE(iFineYSearchSize + 1, TOPAZHP_CR_IPE_LRITC_BOUNDARY) | in tng__prepare_encode_sliceparams()
1777 F_ENCODE(iFineYSearchSize, TOPAZHP_CR_IPE_Y_FINE_SEARCH) | in tng__prepare_encode_sliceparams()
[all …]
Dtng_hostcode.h277 IMG_INT iFineYSearchSize; member
Dtng_MPEG4ES.c178 ctx->iFineYSearchSize = 2; in tng_MPEG4ES_CreateContext()
Dtng_H263ES.c166 ctx->iFineYSearchSize = 2; in tng_H263ES_CreateContext()
Dtng_H264ES.c172 ctx->iFineYSearchSize = 2; in tng__H264ES_init_context()