Searched refs:GRID_SIZE (Results 1 – 5 of 5) sorted by relevance
33 #define GRID_SIZE 8 macro37 uint8_t grid[GRID_SIZE][GRID_SIZE][4];93 #define NUM_CELLS (GRID_SIZE * GRID_SIZE)110 gx = cell % GRID_SIZE; in convert_frame_partial()111 gy = cell / GRID_SIZE; in convert_frame_partial()113 x0 = width * gx / GRID_SIZE; in convert_frame_partial()114 x1 = width * (gx+1) / GRID_SIZE; in convert_frame_partial()115 y0 = height * gy / GRID_SIZE; in convert_frame_partial()116 y1 = height * (gy+1) / GRID_SIZE; in convert_frame_partial()196 for (y = 0; y < GRID_SIZE; y++) { in get_badness()[all …]
68 #define GRID_SIZE (RADIUS * 4.5f) /* length (width) of grid */ macro547 const GLfloat sizeCell = GRID_SIZE / rowTotal; in DrawGrid()568 xl = -GRID_SIZE / 2 + col * sizeCell; in DrawGrid()571 yt = GRID_SIZE / 2; in DrawGrid()572 yb = -GRID_SIZE / 2 - widthLine; in DrawGrid()594 yt = GRID_SIZE / 2 - row * sizeCell; in DrawGrid()597 xl = -GRID_SIZE / 2; in DrawGrid()598 xr = GRID_SIZE / 2 + widthLine; in DrawGrid()
46 #define GRID_SIZE 2 macro630 static const int32_t combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE] = {
825 for (i = 0; i < GRID_SIZE; i++) { in get_fcb_param()828 for (j = i; j < SUBFRAME_LEN; j += GRID_SIZE) { in get_fcb_param()853 for (k = i; k < SUBFRAME_LEN; k += GRID_SIZE) { in get_fcb_param()865 for (l = i; l < SUBFRAME_LEN; l += GRID_SIZE) { in get_fcb_param()
223 for (i = 0; i < SUBFRAME_LEN / GRID_SIZE; i++) { in gen_fcb_excitation()229 vector[subfrm->grid_index + GRID_SIZE * i] = in gen_fcb_excitation()232 vector[subfrm->grid_index + GRID_SIZE * i] = in gen_fcb_excitation()