Lines Matching defs:block
85 int block[64];
167 int *block, int *dc_cache,
172 memset(block, 0, sizeof(*block) * 64);
195 block[0] = dc * quant_mat[0];
214 block[zz_pos] = val * quant_mat[zz_pos];
232 ret = mss4_decode_dct(gb, &dc_vlc[0], &ac_vlc[0], c->block,
240 c->block);
249 c->block, c->dc_cache[i + 1], mb_x, mb_y,
255 ff_mss34_dct_put(c->imgbuf[i], 8, c->block);
257 // Since the DCT block is coded as YUV420 and the whole frame as YUV444,
538 "Error decoding DCT block %d,%d\n",
546 "Error decoding VQ block %d,%d\n",
553 av_log(avctx, AV_LOG_ERROR, "Skip block in intra frame\n");