Lines Matching refs:dest_y
616 int linesize, uint8_t *dest_y)
622 uint8_t *const ptr = dest_y + block_offset[i];
633 uint8_t *dest_y)
640 uint8_t *const ptr = dest_y + block_offset[i];
658 s->hpc.pred16x16[s->intra16x16_pred_mode](dest_y, linesize);
669 uint8_t *dest_y, *dest_cb, *dest_cr;
678 dest_y = s->cur_pic->f->data[0] + (mb_x + mb_y * linesize) * 16;
682 s->vdsp.prefetch(dest_y + (s->mb_x & 3) * 4 * linesize + 64, linesize, 4);
689 hl_decode_mb_predict_luma(s, mb_type, block_offset, linesize, dest_y);
692 hl_decode_mb_idct_luma(s, mb_type, block_offset, linesize, dest_y);