Lines Matching defs:mcscratch
224 uint8_t *mcscratch;
339 av_freep(&s->mcscratch);
344 s->mcscratch = av_malloc_array(stride, MAX_BLOCKSIZE);
346 if (!s->edge_emu_buffer_base || !s->mctmp || !s->mcscratch)
382 av_freep(&s->mcscratch);
1773 s->put_pixels_tab[idx](s->mcscratch, src, p->stride, p->yblen);
1775 s->weight_func(s->mcscratch, p->stride, s->weight_log2denom,
1780 s->put_pixels_tab[idx](s->mcscratch, src, p->stride, p->yblen);
1784 s->put_pixels_tab[idx](s->mcscratch + 32, src, p->stride, p->yblen);
1785 s->biweight_func(s->mcscratch, s->mcscratch+32, p->stride, s->weight_log2denom,
1788 s->avg_pixels_tab[idx](s->mcscratch, src, p->stride, p->yblen);
1791 s->add_obmc(mctmp, s->mcscratch, p->stride, obmc_weight, p->yblen);