Searched refs:VLC_ERROR_DETECTED (Results 1 – 3 of 3) sorted by relevance
403 if (VLC_ERROR_DETECTED(MCBPC)) in GetMBheader()618 if (VLC_ERROR_DETECTED(ncoeffs[comp]))653 if (VLC_ERROR_DETECTED(ncoeffs[comp])) return PV_FAIL;669 if (VLC_ERROR_DETECTED(ncoeffs[4])) return PV_FAIL;679 if (VLC_ERROR_DETECTED(ncoeffs[5])) return PV_FAIL;693 if (VLC_ERROR_DETECTED(ncoeffs[comp])) return PV_FAIL;705 if (VLC_ERROR_DETECTED(ncoeffs[4])) return PV_FAIL;720 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()667 if (VLC_ERROR_DETECTED(ncoeffs[comp])) /* */ in GetMBData_DataPart()703 if (VLC_ERROR_DETECTED(ncoeffs[comp])) in GetMBData_DataPart()724 if (VLC_ERROR_DETECTED(ncoeffs[4])) in GetMBData_DataPart()740 if (VLC_ERROR_DETECTED(ncoeffs[5])) in GetMBData_DataPart()
81 #define VLC_ERROR_DETECTED(x) ((x) < 0) macro