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 164 libavcodec/adxenc.c out_size = BLOCK_SIZE * avctx->channels + !c->header_parsed * HEADER_SIZE; BLOCK_SIZE 181 libavcodec/adxenc.c dst += BLOCK_SIZE; BLOCK_SIZE 61 libavformat/adxdec.c size = BLOCK_SIZE * par->channels; BLOCK_SIZE 117 libavformat/adxdec.c par->bit_rate = (int64_t)par->sample_rate * par->channels * BLOCK_SIZE * 8LL / BLOCK_SAMPLES; BLOCK_SIZE 189 libavformat/au.c if (channels == 0 || channels >= INT_MAX / (BLOCK_SIZE * bps >> 3)) { BLOCK_SIZE 182 libpostproc/postprocess.c for(y=0; y<BLOCK_SIZE; y++){ BLOCK_SIZE 206 libpostproc/postprocess.c for(y=0; y<BLOCK_SIZE-1; y++){ BLOCK_SIZE 240 libpostproc/postprocess.c for(x=0; x<BLOCK_SIZE; x+=4){ BLOCK_SIZE 270 libpostproc/postprocess.c for(y=0; y<BLOCK_SIZE; y++){ BLOCK_SIZE 309 libpostproc/postprocess.c for(y=0; y<BLOCK_SIZE; y++){ BLOCK_SIZE 379 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 3174 libpostproc/postprocess_template.c &(src[srcStride*i]), BLOCK_SIZE); BLOCK_SIZE 3207 libpostproc/postprocess_template.c &(src[srcStride*i]), BLOCK_SIZE); BLOCK_SIZE 3419 libpostproc/postprocess_template.c y=-BLOCK_SIZE; BLOCK_SIZE 3427 libpostproc/postprocess_template.c for(x=0; x<width; x+=BLOCK_SIZE){ BLOCK_SIZE 3466 libpostproc/postprocess_template.c for(y=0; y<height; y+=BLOCK_SIZE){ BLOCK_SIZE 3510 libpostproc/postprocess_template.c for(qp_index=0; qp_index < (endx-startx)/BLOCK_SIZE; qp_index++){ BLOCK_SIZE 3511 libpostproc/postprocess_template.c QP = QPptr[(x+qp_index*BLOCK_SIZE)>>qpHShift]; BLOCK_SIZE 3512 libpostproc/postprocess_template.c nonBQP = nonBQPptr[(x+qp_index*BLOCK_SIZE)>>qpHShift]; BLOCK_SIZE 3532 libpostproc/postprocess_template.c for(; x < endx; x+=BLOCK_SIZE){ BLOCK_SIZE 3563 libpostproc/postprocess_template.c for(x = startx, qp_index = 0; x < endx; x+=BLOCK_SIZE, qp_index++){ BLOCK_SIZE 3595 libpostproc/postprocess_template.c for(x = startx, qp_index=0; x < endx; x+=BLOCK_SIZE, qp_index++){