Home
last modified time | relevance | path

Searched refs:bH264IntraConstrained (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.h421 IMG_BOOL bH264IntraConstrained; member
Dtng_H264ES.c918 ctx->bH264IntraConstrained = psPicParams->pic_fields.bits.constrained_intra_pred_flag; in tng__H264ES_process_picture_param_base()
923 ctx->bH264IntraConstrained = 0; in tng__H264ES_process_picture_param_base()
Dtng_hostcode.c718 ctx->bH264IntraConstrained = IMG_FALSE;//This parameter need not be exposed in tng__init_context()
2187 ctx->bH264IntraConstrained, //IMG_BOOL bIntraConstrained, in tng__H264ES_send_pic_header()
2727 …psMtxEncContext->ui32H264CompControl |= F_ENCODE(ctx->bH264IntraConstrained ? 1 : 0, TOPAZHP_CR_H2… in tng__setvideo_params()
2812 …psMtxEncContext->ui32VLCControl |= F_ENCODE(ctx->bH264IntraConstrained ? 1 : 0, TOPAZ_VLC_CR_VLC_C… in tng__setvideo_params()