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

  /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 */
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 50 int refIdx = i * refStride + j;
52 float ulp = Math.ulp(ref[refIdx]) * ulpCount;
54 ref[refIdx],
66 int refIdx = i * refStride + j;
69 ref[refIdx],
  /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 93 milliseconds