Searched refs:VLC_ERROR_DETECTED (Results 1 – 3 of 3) sorted by relevance
403 if (VLC_ERROR_DETECTED(MCBPC)) in GetMBheader()636 if (VLC_ERROR_DETECTED(ncoeffs[comp]))675 if (VLC_ERROR_DETECTED(ncoeffs[comp])) return PV_FAIL;705 if (VLC_ERROR_DETECTED(ncoeffs[4])) return PV_FAIL;729 if (VLC_ERROR_DETECTED(ncoeffs[5])) return PV_FAIL;757 if (VLC_ERROR_DETECTED(ncoeffs[comp])) return PV_FAIL;783 if (VLC_ERROR_DETECTED(ncoeffs[4])) return PV_FAIL;807 if (VLC_ERROR_DETECTED(ncoeffs[5])) return PV_FAIL;
171 if (!VLC_ERROR_DETECTED(MCBPC)) in DecodeDataPart_I_VideoPacket()602 if (VLC_ERROR_DETECTED(MCBPC)) in GetMBheaderDataPart_P()687 if (VLC_ERROR_DETECTED(ncoeffs[comp])) /* */ in GetMBData_DataPart()727 if (VLC_ERROR_DETECTED(ncoeffs[comp])) in GetMBData_DataPart()752 if (VLC_ERROR_DETECTED(ncoeffs[4])) in GetMBData_DataPart()772 if (VLC_ERROR_DETECTED(ncoeffs[5])) in GetMBData_DataPart()
81 #define VLC_ERROR_DETECTED(x) ((x) < 0) macro