Home
last modified time | relevance | path

Searched refs:AirThreshold (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostcode.h515 IMG_INT16 AirThreshold; member
Dpnw_hostcode.c1894 psSliceParams->AirThreshold = ctx->air_threshold; in pnw__send_encode_slice_params()
1987 …rv_debug_msg(VIDEO_DEBUG_GENERAL, "psSliceParams->AirThreshold %x\n", psSliceParams->AirThreshold); in pnw__send_encode_slice_params()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.h401 …IMG_INT16 AirThreshold; //!< Theshold value used in Adaptive intra refresh calculation. member
Dlnc_hostcode.c1402 psSliceParams->AirThreshold = ctx->air_threshold + (FrameNum & 3) + 2; in lnc__send_encode_slice_params()