Home
last modified time | relevance | path

Searched refs:GRID_SIZE (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_photosensitivity.c33 #define GRID_SIZE 8 macro
37 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 …]
/third_party/flutter/glfw/examples/
Dboing.c68 #define GRID_SIZE (RADIUS * 4.5f) /* length (width) of grid */ macro
547 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()
/third_party/ffmpeg/libavcodec/
Dg723_1.h46 #define GRID_SIZE 2 macro
630 static const int32_t combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE] = {
Dg723_1enc.c825 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()
Dg723_1dec.c223 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()