PINK_UNIT          99 libavcodec/ffwavesynth.c     int32_t pink_pool[PINK_UNIT];
PINK_UNIT         151 libavcodec/ffwavesynth.c     for (i = 0; i < PINK_UNIT; i++) {
PINK_UNIT         226 libavcodec/ffwavesynth.c         int64_t pink_ts_cur  = (ws->cur_ts + PINK_UNIT - 1) & ~(PINK_UNIT - 1);
PINK_UNIT         227 libavcodec/ffwavesynth.c         int64_t pink_ts_next = ts & ~(PINK_UNIT - 1);
PINK_UNIT         228 libavcodec/ffwavesynth.c         int pos = ts & (PINK_UNIT - 1);
PINK_UNIT         234 libavcodec/ffwavesynth.c             ws->pink_pos = PINK_UNIT;
PINK_UNIT         342 libavcodec/ffwavesynth.c     ws->pink_pos = PINK_UNIT;
PINK_UNIT         363 libavcodec/ffwavesynth.c     if (ws->pink_pos == PINK_UNIT)