| 806 | } |
| 807 | |
| 808 | static PPicture WelsDelShortFromListSetUnref (PRefPic pRefPic, int32_t iFrameNum) { |
| 809 | PPicture pPic = WelsDelShortFromList (pRefPic, iFrameNum); |
| 810 | if (pPic) { |
| 811 | SetUnRef (pPic); |
| 812 | } |
| 813 | return pPic; |
| 814 | } |
| 815 | |
| 816 | static PPicture WelsDelLongFromList (PRefPic pRefPic, uint32_t uiLongTermFrameIdx) { |
| 817 | PPicture pPic = NULL; |
no test coverage detected