Searched defs:sliceId (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_data.c52 static void SetMbParams(mbStorage_t *pMb, sliceHeader_t *pSlice, u32 sliceId,
120 pStorage->slice->sliceId++;
140 pStorage->slice->sliceId, pStorage->activePps->chromaQpIndexOffset);
242 sliceId id of the current slice
253 void SetMbParams(mbStorage_t *pMb, sliceHeader_t *pSlice, u32 sliceId, argument
266 pMb->sliceId = sliceId;
303 u32 sliceId; local
313 sliceId = pStorage->slice->sliceId;
[all...]
H A Dh264bsd_inter_prediction.c79 static void GetInterNeighbour(u32 sliceId, mbStorage_t *nMb,
509 GetInterNeighbour(pMb->sliceId, pMb->mbA, a, 5);
510 GetInterNeighbour(pMb->sliceId, pMb->mbB, a+1, 10);
525 GetInterNeighbour(pMb->sliceId, pMb->mbC, a+2, 10);
528 GetInterNeighbour(pMb->sliceId, pMb->mbD, a+2, 15);
593 GetInterNeighbour(pMb->sliceId, pMb->mbB, a+1, 10);
599 GetInterNeighbour(pMb->sliceId, pMb->mbA, a, 5);
600 GetInterNeighbour(pMb->sliceId, pMb->mbC, a+2, 10);
603 GetInterNeighbour(pMb->sliceId, pMb->mbD, a+2, 15);
634 GetInterNeighbour(pMb->sliceId, pM
962 GetInterNeighbour(u32 sliceId, mbStorage_t *nMb, interNeighbour_t *n, u32 index) argument
[all...]
H A Dh264bsd_storage.h56 u32 sliceId; member in struct:__anon649
H A Dh264bsd_macroblock_layer.h164 u32 sliceId; member in struct:mbStorage
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h594 OMX_S32 sliceId; /* slice number */ member in struct:__anon494
2327 OMX_S32 sliceId; /* slice number */ member in struct:__anon502
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h594 OMX_S32 sliceId; /* slice number */ member in struct:__anon538
2327 OMX_S32 sliceId; /* slice number */ member in struct:__anon546
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h594 OMX_S32 sliceId; /* slice number */ member in struct:__anon582
2327 OMX_S32 sliceId; /* slice number */ member in struct:__anon590

Completed in 165 milliseconds