BLOCK_SIZE         68 libavcodec/adx.c         avctx->sample_rate > INT_MAX / (avctx->channels * BLOCK_SIZE * 8))
BLOCK_SIZE         72 libavcodec/adx.c     avctx->bit_rate = avctx->sample_rate * avctx->channels * BLOCK_SIZE * 8 / BLOCK_SAMPLES;
BLOCK_SIZE         59 libavcodec/adx_parser.c                     s->block_size  = BLOCK_SIZE * channels;
BLOCK_SIZE         78 libavcodec/adxdec.c     init_get_bits(&gb, in + 2, (BLOCK_SIZE - 2) * 8);
BLOCK_SIZE        130 libavcodec/adxdec.c     num_blocks = buf_size / (BLOCK_SIZE * c->channels);
BLOCK_SIZE        134 libavcodec/adxdec.c     if (!num_blocks || buf_size % (BLOCK_SIZE * avctx->channels)) {
BLOCK_SIZE        152 libavcodec/adxdec.c             if (buf_end - buf < BLOCK_SIZE || adx_decode(c, samples[ch], samples_offset, buf, ch)) {
BLOCK_SIZE        157 libavcodec/adxdec.c             buf_size -= BLOCK_SIZE;
BLOCK_SIZE        158 libavcodec/adxdec.c             buf      += BLOCK_SIZE;
BLOCK_SIZE         63 libavcodec/adxenc.c         memset(adx, 0, BLOCK_SIZE);
BLOCK_SIZE        107 libavcodec/adxenc.c     bytestream_put_byte(&buf, BLOCK_SIZE);          /* block size */
BLOCK_SIZE        148 libavcodec/adxenc.c     out_size = BLOCK_SIZE * avctx->channels + !c->header_parsed * HEADER_SIZE;
BLOCK_SIZE        165 libavcodec/adxenc.c         dst += BLOCK_SIZE;
BLOCK_SIZE         48 libavformat/adxdec.c     size = BLOCK_SIZE * avctx->channels;
BLOCK_SIZE        122 libavformat/au.c     if (channels == 0 || channels >= INT_MAX / (BLOCK_SIZE * bps >> 3)) {
BLOCK_SIZE        215 libpostproc/postprocess.c     for(y=0; y<BLOCK_SIZE; y++){
BLOCK_SIZE        239 libpostproc/postprocess.c     for(y=0; y<BLOCK_SIZE-1; y++){
BLOCK_SIZE        273 libpostproc/postprocess.c     for(x=0; x<BLOCK_SIZE; x+=4){
BLOCK_SIZE        303 libpostproc/postprocess.c     for(y=0; y<BLOCK_SIZE; y++){
BLOCK_SIZE        342 libpostproc/postprocess.c     for(y=0; y<BLOCK_SIZE; y++){
BLOCK_SIZE        412 libpostproc/postprocess.c     for(y=0; y<BLOCK_SIZE; y++){
BLOCK_SIZE        369 libpostproc/postprocess_template.c     for(x=0; x<BLOCK_SIZE; x++){
BLOCK_SIZE        510 libpostproc/postprocess_template.c     for(x=0; x<BLOCK_SIZE; x++){
BLOCK_SIZE       1062 libpostproc/postprocess_template.c     for(x=0; x<BLOCK_SIZE; x++){
BLOCK_SIZE       3180 libpostproc/postprocess_template.c                 &(src[srcStride*i]), BLOCK_SIZE);
BLOCK_SIZE       3213 libpostproc/postprocess_template.c                 &(src[srcStride*i]), BLOCK_SIZE);
BLOCK_SIZE       3362 libpostproc/postprocess_template.c     y=-BLOCK_SIZE;
BLOCK_SIZE       3370 libpostproc/postprocess_template.c         for(x=0; x<width; x+=BLOCK_SIZE){
BLOCK_SIZE       3441 libpostproc/postprocess_template.c     for(y=0; y<height; y+=BLOCK_SIZE){
BLOCK_SIZE       3479 libpostproc/postprocess_template.c         for(x=0; x<width; x+=BLOCK_SIZE){