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

  /dalvik/vm/compiler/
Loop.cpp 381 int refIdx;
384 refIdx = 0;
387 refIdx = 1;
390 refIdx = 2;
393 refIdx = 0;
398 int useIdx = refIdx + 1;
400 dvmConvertSSARegToDalvik(cUnit, mir->ssaRep->uses[refIdx]);
420 updateRangeCheckInfo(cUnit, mir->ssaRep->uses[refIdx],
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 536 void* refIdx;
553 refIdx = (void*) MbQ->RefIdx; //de-ref type-punned pointer fix
554 ptrQ = (int16*)refIdx;
555 refIdx = (void*)MbP->RefIdx; //de-ref type-punned pointer fix
556 ptrP = (int16*)refIdx;
642 refIdx = (void*)MbQ->RefIdx; //de-ref type-punned pointer
643 ptrQ = (int16*)refIdx;
    [all...]
dpb.cpp 30 uint16 refIdx = 0;
95 dpb->fs[num_fs]->frame.RefIdx = refIdx++; /* this value will remain unchanged through out the encoding session */
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.c 233 u32 i, j, k, picNumPred, refIdx;
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++)
    [all...]

Completed in 96 milliseconds