OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nMb
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_inter_prediction.c
79
static void GetInterNeighbour(u32 sliceId, mbStorage_t *
nMb
,
841
mbStorage_t *
nMb
;
851
nMb
= h264bsdGetNeighbourMb(pMb, n->mb);
852
GetInterNeighbour(pMb->sliceId,
nMb
, a, n->index);
855
nMb
= h264bsdGetNeighbourMb(pMb, n->mb);
856
GetInterNeighbour(pMb->sliceId,
nMb
, a+1, n->index);
859
nMb
= h264bsdGetNeighbourMb(pMb, n->mb);
860
GetInterNeighbour(pMb->sliceId,
nMb
, a+2, n->index);
865
nMb
= h264bsdGetNeighbourMb(pMb, n->mb);
866
GetInterNeighbour(pMb->sliceId,
nMb
, a+2, n->index)
[
all
...]
h264bsd_intra_prediction.c
270
mbStorage_t *
nMb
, *nMb2;
284
nMb
= h264bsdGetNeighbourMb(pMb, neighbour.mb);
285
availableA = h264bsdIsNeighbourAvailable(pMb,
nMb
);
287
( h264bsdMbPartPredMode(
nMb
->mbType) == PRED_MODE_INTER) )
303
&neighbour, &neighbourB, block,
nMb
, nMb2);
307
nMb
= h264bsdGetNeighbourMb(pMb, neighbour.mb);
308
availableC = h264bsdIsNeighbourAvailable(pMb,
nMb
);
310
( h264bsdMbPartPredMode(
nMb
->mbType) == PRED_MODE_INTER) )
316
nMb
= h264bsdGetNeighbourMb(pMb, neighbour.mb);
317
availableD = h264bsdIsNeighbourAvailable(pMb,
nMb
);
[
all
...]
Completed in 53 milliseconds