BLOCKSIZE 112 libavcodec/ra144.c memcpy(target, source, FFMIN(BLOCKSIZE, offset)*sizeof(*target)); BLOCKSIZE 113 libavcodec/ra144.c if (offset < BLOCKSIZE) BLOCKSIZE 114 libavcodec/ra144.c memcpy(target + offset, source, (BLOCKSIZE - offset)*sizeof(*target)); BLOCKSIZE 122 libavcodec/ra144.c for (i=0; i < BLOCKSIZE; i++) BLOCKSIZE 142 libavcodec/ra144.c for (i=0; i < BLOCKSIZE; i++) BLOCKSIZE 145 libavcodec/ra144.c for (i=0; i < BLOCKSIZE; i++) BLOCKSIZE 188 libavcodec/ra144.c cba_idx += BLOCKSIZE/2 - 1; BLOCKSIZE 198 libavcodec/ra144.c memmove(ractx->adapt_cb, ractx->adapt_cb + BLOCKSIZE, BLOCKSIZE 199 libavcodec/ra144.c (BUFFERSIZE - BLOCKSIZE) * sizeof(*ractx->adapt_cb)); BLOCKSIZE 201 libavcodec/ra144.c block = ractx->adapt_cb + BUFFERSIZE - BLOCKSIZE; BLOCKSIZE 210 libavcodec/ra144.c block, BLOCKSIZE, 10, 1, 0xfff)) BLOCKSIZE 333 libavcodec/ra144.c for (j=0; j < BLOCKSIZE; j++)