Home
last modified time | relevance | path

Searched defs:IH264VENC_DynamicParams (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_DSP.h230 typedef struct IH264VENC_DynamicParams { struct
231 IVIDENC_DynamicParams videncDynamicParams ; /* must be followed for all video encoders*/
232 …pIntra ; /* initial QP of I frames Range[-1,51]. -1 is for auto initialization.*/
233 …pInter ; /* initial QP of P frames Range[-1,51]. -1 is for auto initialization.*/
234 OMX_U32 qpMax ; /* Maximum QP to be used Range[0,51]*/
235 OMX_U32 qpMin ; /*< Minimum QP to be used Range[0,51]*/
236 … ; /* Controls enable/disable loop filter, See IH264VENC_LoopFilterParams for more details*/
237 OMX_U32 quartPelDisable ; /*< enable/disable Quarter Pel Interpolation*/
238 …daptive Intra Refesh MB Period: Period at which intra macro blocks should be insterted in a frame*/
239 … maxMBsPerSlice ; /* Maximum number of macro block in a slice <minimum value is 8>*/
[all …]