Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostheader.c822 if (pSlHParams->bPiCInterlace) { in tng__H264ES_writebits_slice_header()
830 if (pSlHParams->bPiCInterlace) in tng__H264ES_writebits_slice_header()
2880 SlHParams.bPiCInterlace = bIsInterlaced; in tng__H264_prepare_slice_header()
3163 if ((pSlHParams->bPiCInterlace) || (pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE)) { in tng__H264ES_notforsims_writebits_extension_sliceheader()
3167 if (pSlHParams->bPiCInterlace) { in tng__H264ES_notforsims_writebits_extension_sliceheader()
3303 if ((pSlHParams->bPiCInterlace) || (pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE)) { in tng__H264ES_notforsims_writebits_slice_header()
3306 if (pSlHParams->bPiCInterlace) { in tng__H264ES_notforsims_writebits_slice_header()
3432 SlHParams.bPiCInterlace = bIsInterlaced; in tng__H264ES_notforsims_prepare_sliceheader()
Dtng_hostheader.h294 IMG_BOOL bPiCInterlace; member
Dtng_trace.c1242 …O_DEBUG_GENERAL, "SlHParams.bPiCInterlace 0x%08x\n", psSlHParams->bPiCInterlace); in tng_trace_slice_header_params()