Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_sh.c177 if(SliceHeader->slice_type == h264_PtypeB) in h264_Parse_Slice_Header_3()
193 …4_PtypeP) || (SliceHeader->slice_type == h264_PtypeSP) || (SliceHeader->slice_type == h264_PtypeB)) in h264_Parse_Slice_Header_3()
201 if(SliceHeader->slice_type == h264_PtypeB) in h264_Parse_Slice_Header_3()
208 if(SliceHeader->slice_type != h264_PtypeB) { in h264_Parse_Slice_Header_3()
226 …P))) || ((pInfo->active_PPS.weighted_bipred_idc == 1) && (SliceHeader->slice_type == h264_PtypeB))) in h264_Parse_Slice_Header_3()
391 if(SliceHeader->slice_type == h264_PtypeB) in h264_Parse_Ref_Pic_List_Reordering()
479 if(SliceHeader->slice_type == h264_PtypeB) in h264_Parse_Pred_Weight_Table()
596 if(SliceHeader->slice_type == h264_PtypeB) in h264_Parse_Pred_Weight_Table()
Dmix_vbp_h264_stubs.c90 if( (h264_PtypeB==pInfo->SliceHeader.slice_type)||(h264_PtypeP==pInfo->SliceHeader.slice_type) )
141 if( (h264_PtypeB==pInfo->SliceHeader.slice_type)||(h264_PtypeP==pInfo->SliceHeader.slice_type) ) in h264_parse_emit_current_slice()
Dh264parse.c688 case h264_PtypeB: in h264_update_frame_type()
724 case h264_PtypeB: in h264_update_frame_type()
757 case h264_PtypeB: in h264_update_frame_type()
Dviddec_h264_workload.c716 … if( (h264_PtypeB==pInfo->SliceHeader.slice_type)||(h264_PtypeP==pInfo->SliceHeader.slice_type) ) in h264_parse_emit_ref_list()
738 if( h264_PtypeB==pInfo->SliceHeader.slice_type) in h264_parse_emit_ref_list()
850 if( (h264_PtypeB==pInfo->SliceHeader.slice_type)||(h264_PtypeP==pInfo->SliceHeader.slice_type) ) in h264_parse_emit_current_slice()
Dh264parse_dpb.c620 if(pInfo->SliceHeader.slice_type == h264_PtypeB) in h264_dpb_update_ref_lists()
1259 …if((pInfo->SliceHeader.slice_type == h264_PtypeB)&&(pInfo->sei_b_state_ready ==0) && pInfo->sei_rp… in h264_dpb_RP_check_list()
1378 } else if (currSliceType == h264_PtypeB) in h264_dpb_reorder_lists()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c314 ((h264_PtypeB == slice_header->slice_type) || in vbp_set_slice_ref_list_h264()
327 else if((i == 1) && (h264_PtypeB == slice_header->slice_type)) in vbp_set_slice_ref_list_h264()
372 (h264_PtypeB == slice_header->slice_type)) && in vbp_set_pre_weight_table_h264()
374 ((h264_PtypeB == slice_header->slice_type) && in vbp_set_pre_weight_table_h264()
1202 else if (slice_header->slice_type == h264_PtypeB) in vbp_add_slice_data_h264()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h276 h264_PtypeB = 1, enumerator