HomeSort by relevance Sort by last modified time
    Searched defs:BLKSIZE (Results 1 - 3 of 3) sorted by null

  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
post_proc.h 38 #define BLKSIZE 8
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc.h 38 #define BLKSIZE 8
  /external/srec/tools/grxmlcompile/
sub_grph.h 52 #define BLKSIZE 10000 // Buffer size
69 dataPack= new int [3*BLKSIZE];
70 else if ((num%BLKSIZE) == 0) {
71 int *newPack = new int [num+3*BLKSIZE];
281 vertexProp= new int [BLKSIZE];
282 vertexMinned= new bool [BLKSIZE];
283 sizeProp= BLKSIZE;
293 int newSize= (vertNo/BLKSIZE + 1)*BLKSIZE;

Completed in 68 milliseconds