Home
last modified time | relevance | path

Searched refs:numRefIdxActive (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_macroblock_layer.c86 mbType_e mbType, u32 numRefIdxActive);
88 mbType_e mbType, u32 numRefIdxActive);
135 u32 numRefIdxActive) in h264bsdDecodeMacroblockLayer() argument
197 pMbLayer->mbType, numRefIdxActive); in h264bsdDecodeMacroblockLayer()
202 pMbLayer->mbType, numRefIdxActive); in h264bsdDecodeMacroblockLayer()
354 u32 numRefIdxActive) in DecodeMbPred() argument
370 if (numRefIdxActive > 1) in DecodeMbPred()
375 (u32)(numRefIdxActive > 2)); in DecodeMbPred()
376 if (tmp != HANTRO_OK || value >= numRefIdxActive) in DecodeMbPred()
442 mbType_e mbType, u32 numRefIdxActive) in DecodeSubMbPred() argument
[all …]
Dh264bsd_dpb.h127 u32 numRefIdxActive);
Dh264bsd_macroblock_layer.h192 u32 numRefIdxActive);
Dh264bsd_dpb.c228 u32 numRefIdxActive) in h264bsdReorderRefPicList() argument
241 ASSERT(numRefIdxActive <= MAX_NUM_REF_IDX_L0_ACTIVE); in h264bsdReorderRefPicList()
291 for (j = numRefIdxActive; j > refIdx; j--) in h264bsdReorderRefPicList()
296 for (j = k = refIdx; j <= numRefIdxActive; j++) in h264bsdReorderRefPicList()
Dh264bsd_slice_header.c470 refPicListReordering_t *pRefPicListReordering, u32 numRefIdxActive, in RefPicListReordering() argument
483 ASSERT(numRefIdxActive); in RefPicListReordering()
499 if (i > numRefIdxActive) in RefPicListReordering()