MAX_BLOCKSIZE     206 libavcodec/diracdec.c     DECLARE_ALIGNED(16, uint8_t, obmc_weight)[3][MAX_BLOCKSIZE*MAX_BLOCKSIZE];
MAX_BLOCKSIZE     327 libavcodec/diracdec.c         int max_xblen = MAX_BLOCKSIZE >> (i ? s->chroma_x_shift : 0);
MAX_BLOCKSIZE     328 libavcodec/diracdec.c         int max_yblen = MAX_BLOCKSIZE >> (i ? s->chroma_y_shift : 0);
MAX_BLOCKSIZE     374 libavcodec/diracdec.c     s->edge_emu_buffer_base = av_malloc_array(stride, MAX_BLOCKSIZE);
MAX_BLOCKSIZE     376 libavcodec/diracdec.c     s->mctmp     = av_malloc_array((stride+MAX_BLOCKSIZE), (h+MAX_BLOCKSIZE) * sizeof(*s->mctmp));
MAX_BLOCKSIZE     377 libavcodec/diracdec.c     s->mcscratch = av_malloc_array(stride, MAX_BLOCKSIZE);
MAX_BLOCKSIZE     910 libavcodec/diracdec.c     if (FFMAX(s->plane[0].xblen, s->plane[0].yblen) > MAX_BLOCKSIZE) {
MAX_BLOCKSIZE    1340 libavcodec/diracdec.c         init_obmc_weight(p, s->obmc_weight[0], MAX_BLOCKSIZE, 1, 0, top, bottom);
MAX_BLOCKSIZE    1341 libavcodec/diracdec.c         init_obmc_weight(p, s->obmc_weight[1], MAX_BLOCKSIZE, 0, 0, top, bottom);
MAX_BLOCKSIZE    1342 libavcodec/diracdec.c         init_obmc_weight(p, s->obmc_weight[2], MAX_BLOCKSIZE, 0, 1, top, bottom);
MAX_BLOCKSIZE    1480 libavcodec/diracdec.c         obmc_weight  += MAX_BLOCKSIZE;
MAX_BLOCKSIZE     161 libavcodec/mlpdec.c     int8_t      bypassed_lsbs[MAX_BLOCKSIZE][MAX_CHANNELS];
MAX_BLOCKSIZE     162 libavcodec/mlpdec.c     DECLARE_ALIGNED(32, int32_t, sample_buffer)[MAX_BLOCKSIZE][MAX_CHANNELS];
MAX_BLOCKSIZE     328 libavcodec/mlpdec.c     if (mh.access_unit_size > MAX_BLOCKSIZE) {
MAX_BLOCKSIZE     331 libavcodec/mlpdec.c                mh.access_unit_size, MAX_BLOCKSIZE);
MAX_BLOCKSIZE     913 libavcodec/mlpdec.c     int32_t state_buffer[NUM_FILTERS][MAX_BLOCKSIZE + MAX_FIR_ORDER];
MAX_BLOCKSIZE     914 libavcodec/mlpdec.c     int32_t *firbuf = state_buffer[FIR] + MAX_BLOCKSIZE;
MAX_BLOCKSIZE     915 libavcodec/mlpdec.c     int32_t *iirbuf = state_buffer[IIR] + MAX_BLOCKSIZE;
MAX_BLOCKSIZE      33 libavcodec/mlpdsp.c     int32_t *iirbuf = state + MAX_BLOCKSIZE + MAX_FIR_ORDER;
MAX_BLOCKSIZE     361 libavcodec/shorten.c         if (!blocksize || blocksize > MAX_BLOCKSIZE) {
MAX_BLOCKSIZE     525 libavcodec/shorten.c                 if (!blocksize || blocksize > MAX_BLOCKSIZE) {
MAX_BLOCKSIZE     126 libavcodec/x86/mlpdsp_init.c #define IOFFS AV_STRINGIFY(4*(MAX_FIR_ORDER + MAX_BLOCKSIZE))