GRID_SIZE 478 libavcodec/g723_1.c for (i = 0; i < SUBFRAME_LEN / GRID_SIZE; i++) { GRID_SIZE 484 libavcodec/g723_1.c vector[subfrm->grid_index + GRID_SIZE * i] = GRID_SIZE 487 libavcodec/g723_1.c vector[subfrm->grid_index + GRID_SIZE * i] = GRID_SIZE 2106 libavcodec/g723_1.c for (i = 0; i < GRID_SIZE; i++) { GRID_SIZE 2109 libavcodec/g723_1.c for (j = i; j < SUBFRAME_LEN; j += GRID_SIZE) { GRID_SIZE 2134 libavcodec/g723_1.c for (k = i; k < SUBFRAME_LEN; k += GRID_SIZE) { GRID_SIZE 2146 libavcodec/g723_1.c for (l = i; l < SUBFRAME_LEN; l += GRID_SIZE) { GRID_SIZE 515 libavcodec/g723_1_data.h static const int32_t combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE] = {