Lines Matching defs:blocks
41 MacroBlock* blocks;
79 av_freep(&s->codebooks[i].blocks);
92 cb.blocks = av_malloc(size ? size * sizeof(MacroBlock) : 1);
93 if (!cb.blocks)
105 cb.blocks[i].pixels[j] = color1;
107 cb.blocks[i].pixels[j] = color0;
161 if (block_index >= s->codebooks[*codebook_index].size || !s->codebooks[*codebook_index].blocks)
164 return s->codebooks[*codebook_index].blocks[block_index];
273 av_freep(&s->codebooks[i].blocks);
280 if (!s->codebooks[i].blocks)
300 // Note that this call will make us skip the rest of the blocks