Home
last modified time | relevance | path

Searched refs:SliceFrame_Type (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostheader.c410 if (pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE) { in tng__insert_prefix_nal_header()
426 if (pSlHParams->SliceFrame_Type == SLHP_B_SLICEFRAME_TYPE) { in tng__insert_prefix_nal_header()
804 …((pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE ? 5 : 1)), // nal_unit_tpye (5 bits) … in tng__H264ES_writebits_slice_header()
814 … (IMG_UINT32)((pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE) ? SLHP_I_SLICEFRAME_TYPE :… in tng__H264ES_writebits_slice_header()
827 if (pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE) in tng__H264ES_writebits_slice_header()
836 if (pSlHParams->SliceFrame_Type == SLHP_B_SLICEFRAME_TYPE) in tng__H264ES_writebits_slice_header()
838 …if (pSlHParams->SliceFrame_Type == SLHP_P_SLICEFRAME_TYPE || pSlHParams->SliceFrame_Type == SLHP_B… in tng__H264ES_writebits_slice_header()
839 …if (pSlHParams->SliceFrame_Type == SLHP_P_SLICEFRAME_TYPE && pSlHParams->num_ref_idx_l0_active_min… in tng__H264ES_writebits_slice_header()
847 …if (pSlHParams->SliceFrame_Type != SLHP_I_SLICEFRAME_TYPE && pSlHParams->SliceFrame_Type != SLHP_I… in tng__H264ES_writebits_slice_header()
868 …f_ref_pic_num[1] || pSlHParams->bRefIsLongTermRef[1]) && pSlHParams->SliceFrame_Type != SLHP_B_SLI… in tng__H264ES_writebits_slice_header()
[all …]
Dpnw_hostheader.c597 …((pSlHParams->SliceFrame_Type == SLHP_B_SLICEFRAME_TYPE ? 0 : 1) << 5) | /* nal_ref_idc (2 bits) =… in pnw__H264_writebits_slice_header0()
598 …((pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE ? 5 : 1)),/* nal_unit_tpye (5 bits) = I-… in pnw__H264_writebits_slice_header0()
618 …(IMG_UINT32)((pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE) ? SLHP_I_SLICEFRAME_TYPE : … in pnw__H264_writebits_slice_header1()
629 if (pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE) in pnw__H264_writebits_slice_header1()
642 if (pSlHParams->SliceFrame_Type == SLHP_B_SLICEFRAME_TYPE) in pnw__H264_writebits_slice_header1()
650 …if (pSlHParams->SliceFrame_Type == SLHP_P_SLICEFRAME_TYPE || pSlHParams->SliceFrame_Type == SLHP_B… in pnw__H264_writebits_slice_header1()
657 if (pSlHParams->SliceFrame_Type != SLHP_I_SLICEFRAME_TYPE && in pnw__H264_writebits_slice_header1()
658 pSlHParams->SliceFrame_Type != SLHP_IDR_SLICEFRAME_TYPE) { in pnw__H264_writebits_slice_header1()
679 if (pSlHParams->SliceFrame_Type == SLHP_B_SLICEFRAME_TYPE) in pnw__H264_writebits_slice_header1()
687 if (pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE) { in pnw__H264_writebits_slice_header1()
[all …]
Dpnw_hostheader.h170 SLHP_SLICEFRAME_TYPE SliceFrame_Type; member
Dtng_hostheader.h293 SLHP_SLICEFRAME_TYPE SliceFrame_Type; member
Dtng_trace.c1235 …DEBUG_GENERAL, "SlHParams.SliceFrame_Type 0x%08x\n", psSlHParams->SliceFrame_Type); in tng_trace_slice_header_params()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c688 …((pSlHParams->SliceFrame_Type == SLHP_B_SLICEFRAME_TYPE ? 0 : 1) << 5) | /* nal_ref_idc (2 bits) =… in lnc__H264_writebits_slice_header0()
689 …((pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE ? 5 : 1)),/* nal_unit_tpye (5 bits) = I-… in lnc__H264_writebits_slice_header0()
709 …(IMG_UINT32)((pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE) ? SLHP_I_SLICEFRAME_TYPE : … in lnc__H264_writebits_slice_header1()
720 if (pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE) in lnc__H264_writebits_slice_header1()
731 if (pSlHParams->SliceFrame_Type == SLHP_B_SLICEFRAME_TYPE) in lnc__H264_writebits_slice_header1()
738 …if (pSlHParams->SliceFrame_Type == SLHP_P_SLICEFRAME_TYPE || pSlHParams->SliceFrame_Type == SLHP_B… in lnc__H264_writebits_slice_header1()
745 if (pSlHParams->SliceFrame_Type != SLHP_I_SLICEFRAME_TYPE && in lnc__H264_writebits_slice_header1()
746 pSlHParams->SliceFrame_Type != SLHP_IDR_SLICEFRAME_TYPE) { in lnc__H264_writebits_slice_header1()
765 if (pSlHParams->SliceFrame_Type == SLHP_B_SLICEFRAME_TYPE) in lnc__H264_writebits_slice_header1()
772 if (pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE) { in lnc__H264_writebits_slice_header1()
[all …]
Dlnc_hostheader.h153 SLHP_SLICEFRAME_TYPE SliceFrame_Type; member