Home | History | Annotate | Download | only in decoder

Lines Matching refs:i1_nal_unit_type

234     WORD8 i1_nal_unit_type = ps_nal->i1_nal_unit_type;
241 idr_pic_flag = (NAL_IDR_W_LP == i1_nal_unit_type) ||
242 (NAL_IDR_N_LP == i1_nal_unit_type);
246 if((NAL_BLA_W_LP <= i1_nal_unit_type) &&
247 (NAL_RSV_RAP_VCL23 >= i1_nal_unit_type))
335 ps_slice_hdr->i1_nal_unit_type = i1_nal_unit_type;
340 if((NAL_BLA_W_LP <= i1_nal_unit_type) &&
341 (NAL_RSV_RAP_VCL23 >= i1_nal_unit_type))
382 if((ps_slice_hdr->i1_nal_unit_type >= NAL_BLA_W_LP) &&
383 (ps_slice_hdr->i1_nal_unit_type <= NAL_RSV_RAP_VCL23))
862 if((NAL_IDR_W_LP == ps_slice_hdr->i1_nal_unit_type) ||
863 (NAL_IDR_N_LP == ps_slice_hdr->i1_nal_unit_type) ||
864 (NAL_BLA_N_LP == ps_slice_hdr->i1_nal_unit_type) ||
865 (NAL_BLA_W_DLP == ps_slice_hdr->i1_nal_unit_type) ||
866 (NAL_BLA_W_LP == ps_slice_hdr->i1_nal_unit_type) ||
1020 * TODO: (i1_nal_unit_type < NAL_BLA_W_LP) && (i1_nal_unit_type % 2 == 0) only says it is
1023 if((i1_nal_unit_type < NAL_BLA_W_LP) &&
1024 (i1_nal_unit_type % 2 == 0))