MB_SIZE 2081 libavcodec/snow.c if(s->c.bytestream_end - s->c.bytestream < w*MB_SIZE*MB_SIZE*3){ //FIXME nicer limit MB_SIZE 2358 libavcodec/snow.c ff_emulated_edge_mc(tmp + MB_SIZE, src, stride, b_w+HTAPS_MAX-1, b_h+HTAPS_MAX-1, sx, sy, w, h); MB_SIZE 2359 libavcodec/snow.c src= tmp + MB_SIZE; MB_SIZE 2429 libavcodec/snow.c int tmp_step= src_stride >= 7*MB_SIZE ? MB_SIZE : MB_SIZE*src_stride; MB_SIZE 2470 libavcodec/snow.c assert(src_stride > 2*MB_SIZE + 5); MB_SIZE 2582 libavcodec/snow.c int block_size = MB_SIZE >> s->block_max_depth; MB_SIZE 2638 libavcodec/snow.c int block_size = MB_SIZE >> s->block_max_depth; MB_SIZE 2693 libavcodec/snow.c const int block_size = MB_SIZE >> s->block_max_depth; MB_SIZE 2785 libavcodec/snow.c const int block_size = MB_SIZE >> s->block_max_depth; MB_SIZE 2793 libavcodec/snow.c uint8_t tmp[ref_stride*(2*MB_SIZE+HTAPS_MAX-1)]; MB_SIZE 2884 libavcodec/snow.c const int block_size = MB_SIZE >> s->block_max_depth; MB_SIZE 3065 libavcodec/snow.c const int b_w= (MB_SIZE >> s->block_max_depth); MB_SIZE 3107 libavcodec/snow.c const int block_w= MB_SIZE >> s->block_max_depth; MB_SIZE 3716 libavcodec/snow.c s->scratchbuf = av_malloc(s->mconly_picture.linesize[0]*7*MB_SIZE); MB_SIZE 4022 libavcodec/snow.c s->m.obmc_scratchpad= av_mallocz(MB_SIZE*MB_SIZE*12*sizeof(uint32_t)); MB_SIZE 4510 libavcodec/snow.c slice_buffer_init(&s->sb, s->plane[0].height, (MB_SIZE >> s->block_max_depth) + s->spatial_decomposition_count * 8 + 1, s->plane[0].width, s->spatial_idwt_buffer); MB_SIZE 4558 libavcodec/snow.c const int block_size = MB_SIZE >> s->block_max_depth;