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/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 537 void* refIdx;
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;
    [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/av/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 246 milliseconds