HomeSort by relevance Sort by last modified time
    Searched refs:sliceId (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_data.c 52 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,
266 pMb->sliceId = sliceId;
303 u32 sliceId;
313 sliceId = pStorage->slice->sliceId;
    [all...]
h264bsd_inter_prediction.c 79 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, pMb->mbA, a, 13)
    [all...]
h264bsd_neighbour.c 376 if ( (pNeighbour == NULL) || (pMb->sliceId != pNeighbour->sliceId) )
h264bsd_storage.h 56 u32 sliceId;
h264bsd_macroblock_layer.h 164 u32 sliceId;
h264bsd_storage.c 452 pStorage->slice->sliceId = 0;
456 pStorage->mb[i].sliceId = 0;
h264bsd_deblocking.c 245 if (mb->sliceId != mb->mbA->sliceId)
270 if (mb->sliceId != mb->mbB->sliceId)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 594 OMX_S32 sliceId; /* slice number */
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 594 OMX_S32 sliceId; /* slice number */
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 594 OMX_S32 sliceId; /* slice number */
    [all...]

Completed in 407 milliseconds