Home
last modified time | relevance | path

Searched refs:dpC_NotPresent (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/jmref/JM/ldecod/src/
H A Dimage.c1568 currSlice->dpC_NotPresent =1; in read_new_slice()
1655 currSlice->dpC_NotPresent =1; in read_new_slice()
1682 currSlice->dpC_NotPresent = 0; in read_new_slice()
1689 currSlice->dpC_NotPresent =1; in read_new_slice()
1697 currSlice->dpC_NotPresent =1; in read_new_slice()
1702 …t_type != NALU_TYPE_DPB) && (nalu->nal_unit_type != NALU_TYPE_DPC) && (!currSlice->dpC_NotPresent)) in read_new_slice()
H A Dread_comp_cabac.c614 if ((currMB->is_intra_block == FALSE) && currSlice->dpC_NotPresent ) in read_CBP_and_coeffs_from_NAL_CABAC_420()
1023 if ((currMB->is_intra_block == FALSE) && currSlice->dpC_NotPresent ) in read_CBP_and_coeffs_from_NAL_CABAC_400()
1240 if ((currMB->is_intra_block == FALSE) && currSlice->dpC_NotPresent ) in read_CBP_and_coeffs_from_NAL_CABAC_444()
1557 if ((currMB->is_intra_block == FALSE) && currSlice->dpC_NotPresent ) in read_CBP_and_coeffs_from_NAL_CABAC_422()
H A Dread_comp_cavlc.c1114 if ((currMB->is_intra_block == FALSE) && currSlice->dpC_NotPresent ) in read_CBP_and_coeffs_from_NAL_CAVLC_400()
1298 if ((currMB->is_intra_block == FALSE) && currSlice->dpC_NotPresent ) in read_CBP_and_coeffs_from_NAL_CAVLC_422()
1641 if ((currMB->is_intra_block == FALSE) && currSlice->dpC_NotPresent ) in read_CBP_and_coeffs_from_NAL_CAVLC_444()
1881 if ((currMB->is_intra_block == FALSE) && currSlice->dpC_NotPresent ) in read_CBP_and_coeffs_from_NAL_CAVLC_420()
/dports/multimedia/jmref/JM/ldecod/inc/
H A Dglobal.h485 int dpC_NotPresent; //!< non-zero, if data partition C is lost member