Home | History | Annotate | Download | only in source

Lines Matching refs:sliceType

56     u32 sliceType, u8 *data);
66 is performed based on sliceType:
113 sliceType type of the slice
123 u32 h264bsdConceal(storage_t *pStorage, image_t *currImage, u32 sliceType)
139 DEBUG(("Concealing %s slice\n", IS_I_SLICE(sliceType) ?
146 if (IS_P_SLICE(sliceType) || (pStorage->intraConcealmentFlag != 0))
174 if ( (IS_I_SLICE(sliceType) && (pStorage->intraConcealmentFlag == 0)) ||
194 ConcealMb(mb+j, currImage, row, j, sliceType, refData);
202 ConcealMb(mb+j, currImage, row, j, sliceType, refData);
216 ConcealMb(mb, currImage, i, j, sliceType, refData);
233 ConcealMb(mb+j, currImage, i, j, sliceType, refData);
254 u32 sliceType, u8 *refData)
306 if (IS_I_SLICE(sliceType))