Lines Matching defs:dest_y
209 uint8_t *dest_y, uint8_t *dest_cb,
249 qpix_op[luma_xy](dest_y, src_y, sl->mb_linesize); // FIXME try variable height perhaps?
251 qpix_op[luma_xy](dest_y + delta, src_y + delta, sl->mb_linesize);
324 uint8_t *dest_y, uint8_t *dest_cb,
337 dest_y += (2 * x_offset << pixel_shift) + 2 * y_offset * sl->mb_linesize;
354 dest_y, dest_cb, dest_cr, x_offset, y_offset,
364 dest_y, dest_cb, dest_cr, x_offset, y_offset,
372 uint8_t *dest_y, uint8_t *dest_cb,
386 dest_y += (2 * x_offset << pixel_shift) + 2 * y_offset * sl->mb_linesize;
415 dest_y, dest_cb, dest_cr,
426 luma_weight_avg(dest_y, tmp_y, sl->mb_linesize,
435 luma_weight_avg(dest_y, tmp_y, sl->mb_linesize, height,
461 dest_y, dest_cb, dest_cr, x_offset, y_offset,
464 luma_weight_op(dest_y, sl->mb_linesize, height,
620 uint8_t *dest_y, int p)
637 uint8_t *const ptr = dest_y + block_offset[i];
667 uint8_t *const ptr = dest_y + block_offset[i];
704 h->hpc.pred16x16[sl->intra16x16_pred_mode](dest_y, linesize);
733 uint8_t *dest_y, int p)
744 h->hpc.pred16x16_add[sl->intra16x16_pred_mode](dest_y, block_offset,
751 h->h264dsp.h264_add_pixels4_clear(dest_y + block_offset[i],
756 h->h264dsp.h264_idct_add16intra(dest_y, block_offset,
768 idct_add(dest_y + block_offset[i],
773 h->h264dsp.h264_idct8_add4(dest_y, block_offset,
778 h->h264dsp.h264_idct_add16(dest_y, block_offset,