Home
last modified time | relevance | path

Searched refs:pic_order_cnt_type (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dparset.c309 sps->pic_order_cnt_type = 2; //This is for MFE in GenerateSequenceParameterSet()
482 …len+=ue_v ("SPS: pic_order_cnt_type", sps->pic_order_cnt_type, … in _GenerateSeq_parameter_set_rbsp()
484 if (sps->pic_order_cnt_type == 0) in _GenerateSeq_parameter_set_rbsp()
486 else if (sps->pic_order_cnt_type == 1) in _GenerateSeq_parameter_set_rbsp()
972 if (pInfo->pic_order_cnt_type == 0) in SliceHeader()
996 if (pInfo->pic_order_cnt_type == 1 /*&& !img->delta_pic_order_always_zero_flag*/) in SliceHeader()
H A Dparsetcommon.h228 unsigned int pic_order_cnt_type; member
H A Dmfe_common.h290 int pic_order_cnt_type; member
H A Dmfe_reg_264e.c151 pInfo->pic_order_cnt_type = 2; // HW only support 2 in mfeH264_Init()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dparset.c345 sps->pic_order_cnt_type = 2; //This is for MFE in GenerateSequenceParameterSet()
536 …len+=ue_v ((MS_S8*)("SPS: pic_order_cnt_type"), sps->pic_order_cnt_type, … in _GenerateSeq_parameter_set_rbsp()
538 if (sps->pic_order_cnt_type == 0) in _GenerateSeq_parameter_set_rbsp()
540 else if (sps->pic_order_cnt_type == 1) in _GenerateSeq_parameter_set_rbsp()
1040 if (pInfo->pic_order_cnt_type == 0) in SliceHeader()
1064 if (pInfo->pic_order_cnt_type == 1 /*&& !img->delta_pic_order_always_zero_flag*/) in SliceHeader()
H A Dparsetcommon.h228 MS_U32 pic_order_cnt_type; member
H A Dmfe_common.h313 MS_S32 pic_order_cnt_type; member
H A Dmfe_reg_264e.c237 pInfo->pic_order_cnt_type = 2; // HW only support 2 in mfeH264_Init()