Lines Matching refs:MAX_BLOCKSIZE
55 #define MAX_BLOCKSIZE 32 /* maximum xblen/yblen we support */ macro
226 DECLARE_ALIGNED(16, uint8_t, obmc_weight)[3][MAX_BLOCKSIZE*MAX_BLOCKSIZE];
293 int max_xblen = MAX_BLOCKSIZE >> (i ? s->chroma_x_shift : 0); in alloc_sequence_buffers()
294 int max_yblen = MAX_BLOCKSIZE >> (i ? s->chroma_y_shift : 0); in alloc_sequence_buffers()
340 s->edge_emu_buffer_base = av_malloc_array(stride, MAX_BLOCKSIZE); in alloc_buffers()
342 s->mctmp = av_malloc_array((stride+MAX_BLOCKSIZE), (h+MAX_BLOCKSIZE) * sizeof(*s->mctmp)); in alloc_buffers()
343 s->mcscratch = av_malloc_array(stride, MAX_BLOCKSIZE); in alloc_buffers()
1151 if (FFMAX(s->plane[0].xblen, s->plane[0].yblen) > MAX_BLOCKSIZE) { in dirac_unpack_prediction_parameters()
1613 init_obmc_weight(p, s->obmc_weight[0], MAX_BLOCKSIZE, 1, 0, top, bottom); in init_obmc_weights()
1614 init_obmc_weight(p, s->obmc_weight[1], MAX_BLOCKSIZE, 0, 0, top, bottom); in init_obmc_weights()
1615 init_obmc_weight(p, s->obmc_weight[2], MAX_BLOCKSIZE, 0, 1, top, bottom); in init_obmc_weights()
1753 obmc_weight += MAX_BLOCKSIZE; in add_dc()