Searched refs:ext_dst (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.h | 102 int mi_col, int ref, uint8_t *ext_dst[3], int ext_dst_stride[3],
|
D | reconinter_enc.c | 465 int ref, uint8_t *const ext_dst, in build_inter_predictors_single_buf() argument 473 uint8_t *const dst = get_buf_by_bd(xd, ext_dst) + ext_dst_stride * y + x; in build_inter_predictors_single_buf() 496 int mi_col, int ref, uint8_t *ext_dst[3], int ext_dst_stride[3], in av1_build_inter_predictors_for_planes_single_buf() 507 mi_y, ref, ext_dst[plane], in av1_build_inter_predictors_for_planes_single_buf()
|