Searched refs:get_buf_by_bd (Results 1 – 4 of 4) sorted by relevance
473 uint8_t *const dst = get_buf_by_bd(xd, ext_dst) + ext_dst_stride * y + x; in build_inter_predictors_single_buf()
6690 uint8_t *second_pred = get_buf_by_bd(xd, second_pred16); in joint_motion_search()9050 uint8_t *tmp_buf = get_buf_by_bd(xd, tmp_buf_); in handle_inter_intra_mode()9051 uint8_t *intrapred = get_buf_by_bd(xd, intrapred_); in handle_inter_intra_mode()12728 uint8_t *const tmp_buf = get_buf_by_bd(xd, x->tmp_obmc_bufs[0]); in av1_rd_pick_inter_mode_sb()13290 uint8_t *const tmp_buf = get_buf_by_bd(xd, x->tmp_obmc_bufs[0]); in av1_nonrd_pick_inter_mode_sb()
600 static INLINE uint8_t *get_buf_by_bd(const MACROBLOCKD *xd, uint8_t *buf16) { in get_buf_by_bd() function
603 uint8_t *tmp_dst = get_buf_by_bd(xd, tmp_buf); in av1_make_masked_inter_predictor()