HomeSort by relevance Sort by last modified time
    Searched full:valoffset (Results 1 - 10 of 10) sorted by null

  /external/jpeg/
jdhuff.h 30 INT32 valoffset[17]; /* huffval[] offset for codes of length k */ member in struct:__anon19623
31 /* valoffset[k] = huffval[] index of 1st symbol of code length k, less
33 * corresponding symbol is huffval[code + valoffset[k]]
jdhuff.c 219 /* valoffset[l] = huffval[] index of 1st symbol of code length l,
222 dtbl->valoffset[l] = (INT32) p - (INT32) huffcode[p];
433 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
  /external/qemu/distrib/jpeg-6b/
jdhuff.h 30 INT32 valoffset[17]; /* huffval[] offset for codes of length k */ member in struct:__anon24888
31 /* valoffset[k] = huffval[] index of 1st symbol of code length k, less
33 * corresponding symbol is huffval[code + valoffset[k]]
jdhuff.c 219 /* valoffset[l] = huffval[] index of 1st symbol of code length l,
222 dtbl->valoffset[l] = (INT32) p - (INT32) huffcode[p];
433 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];
  /external/opencv/cxcore/src/
cxcopy.cpp 311 dst1->valoffset = src1->valoffset;
    [all...]
cxarray.cpp 676 arr->valoffset = (int)cvAlign(sizeof(CvSparseNode), pix_size1);
677 arr->idxoffset = (int)cvAlign(arr->valoffset + pix_size, sizeof(int));
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 648 int ValOffset = (FI ? FI->getOffsetOfLocalArea() : 0);
668 int64_t Off = SO.SPOffset - ValOffset;
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 756 int valoffset; member in struct:CvSparseMat
786 #define CV_NODE_VAL(mat,node) ((void*)((uchar*)(node) + (mat)->valoffset))
    [all...]

Completed in 252 milliseconds