Searched refs:refIdx (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp537 void* refIdx; local
554 refIdx = (void*) MbQ->RefIdx; //de-ref type-punned pointer fix
555 ptrQ = (int16*)refIdx;
556 refIdx = (void*)MbP->RefIdx; //de-ref type-punned pointer fix
557 ptrP = (int16*)refIdx;
643 refIdx = (void*)MbQ->RefIdx; //de-ref type-punned pointer
644 ptrQ = (int16*)refIdx;
645 refIdx = (void*)MbP->RefIdx; //de-ref type-punned pointer
646 ptrP = (int16*)refIdx;
740 void* refIdx; local
914 void* refIdx; local
[all...]
H A Ddpb.cpp30 uint16 refIdx = 0; local
95 dpb->fs[num_fs]->frame.RefIdx = refIdx++; /* this value will remain unchanged through out the encoding session */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c233 u32 i, j, k, picNumPred, refIdx; local
249 refIdx = 0;
291 for (j = numRefIdxActive; j > refIdx; j--)
294 dpb->list[refIdx++] = &dpb->buffer[index];
296 for (j = k = refIdx; j <= numRefIdxActive; j++)

Completed in 57 milliseconds