Searched refs:oldSPS (Results 1 – 1 of 1) sorted by relevance
344 seqParamSet_t *oldSPS = NULL; in h264bsdDecode() local350 oldSPS = pStorage->sps[pStorage->oldSpsId]; in h264bsdDecode()373 (oldSPS == NULL) || in h264bsdDecode()374 (oldSPS->picWidthInMbs != newSPS->picWidthInMbs) || in h264bsdDecode()375 (oldSPS->picHeightInMbs != newSPS->picHeightInMbs) || in h264bsdDecode()376 (oldSPS->maxDpbSize != newSPS->maxDpbSize)) in h264bsdDecode()