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

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
find_min_max.cpp 26 square block of size BLKSIZE contained in 2D block of data.
28 square block of size BLKSIZE contained in 2D block of data.
42 size BLKSIZE contained in 2D block of data.
45 size BLKSIZE contained in 2D block of data.
57 data of size BLKSIZE * BLKSIZE. The data is contained in the buffer which
58 represents a 2D block of data that is larger than BLKSIZE * BLKSIZE.
74 For illustration purposes, the diagram assumes that BLKSIZE is equal to 8
148 /* incr = incr - BLKSIZE; */ /* 09/06/2001, already passed in as width - BLKSIZE *
    [all...]
post_proc.h 38 #define BLKSIZE 8
deringing_luma.cpp 47 incr = width - BLKSIZE;
58 for (BLK_V = 0; BLK_V < MBSIZE; BLK_V += BLKSIZE)
60 for (BLK_H = 0; BLK_H < MBSIZE; BLK_H += BLKSIZE)
78 for (v_blk = 0; v_blk < MBSIZE; v_blk += BLKSIZE)
81 for (h_blk = MB_H; h_blk < MB_H + MBSIZE; h_blk += BLKSIZE)
113 for (BLK_V = 0; BLK_V < MBSIZE; BLK_V += BLKSIZE)
115 for (BLK_H = 0; BLK_H < MBSIZE; BLK_H += BLKSIZE)
132 for (v_blk = MB_V; v_blk < MB_V + MBSIZE; v_blk += BLKSIZE)
135 for (h_blk = 0; h_blk < MBSIZE; h_blk += BLKSIZE)
167 for (BLK_V = 0; BLK_V < MBSIZE; BLK_V += BLKSIZE)
    [all...]
deringing_chroma.cpp 47 incr = width - BLKSIZE;
54 for (h_blk = 0; h_blk < width; h_blk += BLKSIZE)
67 for (v_pel = 1; v_pel < BLKSIZE - 1; v_pel++)
88 for (h_pel = h0; h_pel < h_blk + BLKSIZE - 1; h_pel++)
120 for (v_blk = BLKSIZE; v_blk < height; v_blk += BLKSIZE)
133 for (v_pel = v0; v_pel < v_blk + BLKSIZE - 1; v_pel++)
154 for (h_pel = 1; h_pel < BLKSIZE - 1; h_pel++)
187 for (h_blk = BLKSIZE; h_blk < width; h_blk += BLKSIZE)
    [all...]
adaptive_smooth_no_mmx.cpp 97 (y_blk_start, x_blk_start). The width and height of the block is BLKSIZE.
296 for (col_cntr = (x_blk_start + BLKSIZE - 1) - x_start; col_cntr > 0; col_cntr--)
356 for (row_cntr = (y_blk_start + BLKSIZE) - (y_start + 2); row_cntr > 0; row_cntr--)
381 for (col_cntr = (x_blk_start + BLKSIZE - 1) - x_start; col_cntr > 0; col_cntr--)
chvr_filter.cpp 60 incr = width - BLKSIZE; /* Offset to next row after processing block */
121 for (index = BLKSIZE; index > 0; index--)
176 for (index = BLKSIZE; index > 0; index--)
280 for (index = BLKSIZE; index > 0; index--)
333 for (index = BLKSIZE; index > 0; index--)
  /external/srec/tools/grxmlcompile/
gr_iface.cpp 34 if (numSubGraph%BLKSIZE == 0) {
36 SubGraph **newSubGraph= new SubGraph * [numSubGraph+BLKSIZE];
37 int *newIndex= new int [numSubGraph+BLKSIZE];
48 subGraph= new SubGraph * [BLKSIZE];
49 subIndex= new int [BLKSIZE];
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;
sub_base.cpp 35 arc= new NUANArc * [BLKSIZE];
60 arc= new NUANArc * [BLKSIZE];
62 if (numArc%BLKSIZE == 0) {
63 NUANArc **new_arc= new NUANArc * [numArc+BLKSIZE];
127 if (numArc%BLKSIZE == 0) {
128 NUANArc **new_arc= new NUANArc * [numArc+BLKSIZE];

Completed in 275 milliseconds