Lines Matching defs:block
34 DECLARE_ALIGNED(16, int16_t, block)[64];
113 static void fic_idct_put(uint8_t *dst, int stride, int16_t *block)
118 ptr = block;
125 ptr = block;
131 ptr = block;
140 uint8_t *dst, int stride, int16_t *block, int *is_p)
147 /* Is it a skip block? */
153 memset(block, 0, sizeof(*block) * 64);
163 block[ff_zigzag_direct[i]] = v *
167 fic_idct_put(dst, stride, block);
196 tctx->block, &tctx->p_frame)) != 0)