Lines Matching defs:block
43 int block[16*3];
104 c->block[(i + j*4)*3 + k] =
113 int t = prevptr[x*3 + i - j*3*avctx->width] - c->block[i + j*4*3];
119 // try to find optimal value to fill whole 4x4 block
121 ret = avpriv_elbg_do(&c->elbg, c->block, 3, 16, c->avg,
130 int t = c->avg[k] - c->block[(i+j*4)*3+k];
141 // search for optimal filling of 2-color block
143 ret = avpriv_elbg_do(&c->elbg, c->block, 3, 16, c->codebook,
157 int t = c->codebook[c->output[i+j*4]*3 + k] - c->block[i*3+k+j*4*3];
187 int t = c->codebook2[(c->output2[remap[i+j*4]] + (i&2) + (j&2)*2)*3+k] - c->block[i*3+k + j*4*3];