• Home
  • Raw
  • Download

Lines Matching refs:dest_cr

210                                          uint8_t *dest_cr,  in mc_dir_part()  argument
281 qpix_op[luma_xy](dest_cr, src_cr, sl->mb_linesize); // FIXME try variable height perhaps? in mc_dir_part()
283 qpix_op[luma_xy](dest_cr + delta, src_cr + delta, sl->mb_linesize); in mc_dir_part()
317 chroma_op(dest_cr, src_cr, sl->mb_uvlinesize, height >> (chroma_idc == 1 /* yuv420 */), in mc_dir_part()
325 uint8_t *dest_cr, in mc_part_std() argument
340 dest_cr += (2 * x_offset << pixel_shift) + 2 * y_offset * sl->mb_linesize; in mc_part_std()
343 dest_cr += (x_offset << pixel_shift) + 2 * y_offset * sl->mb_uvlinesize; in mc_part_std()
346 dest_cr += (x_offset << pixel_shift) + y_offset * sl->mb_uvlinesize; in mc_part_std()
354 dest_y, dest_cb, dest_cr, x_offset, y_offset, in mc_part_std()
364 dest_y, dest_cb, dest_cr, x_offset, y_offset, in mc_part_std()
373 uint8_t *dest_cr, in mc_part_weighted() argument
392 dest_cr += (2 * x_offset << pixel_shift) + 2 * y_offset * sl->mb_linesize; in mc_part_weighted()
396 dest_cr += (x_offset << pixel_shift) + 2 * y_offset * sl->mb_uvlinesize; in mc_part_weighted()
400 dest_cr += (x_offset << pixel_shift) + y_offset * sl->mb_uvlinesize; in mc_part_weighted()
415 dest_y, dest_cb, dest_cr, in mc_part_weighted()
431 chroma_weight_avg(dest_cr, tmp_cr, sl->mb_uvlinesize, in mc_part_weighted()
448 chroma_weight_avg(dest_cr, tmp_cr, sl->mb_uvlinesize, chroma_height, in mc_part_weighted()
461 dest_y, dest_cb, dest_cr, x_offset, y_offset, in mc_part_weighted()
474 chroma_weight_op(dest_cr, sl->mb_uvlinesize, chroma_height, in mc_part_weighted()