Home
last modified time | relevance | path

Searched refs:tpl_mvs (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/
Donyxc_int.h531 TPL_MV_REF *tpl_mvs; member
731 int realloc = cm->tpl_mvs == NULL; in ensure_mv_buffer()
732 if (cm->tpl_mvs) realloc |= cm->tpl_mvs_mem_size < mem_size; in ensure_mv_buffer()
735 aom_free(cm->tpl_mvs); in ensure_mv_buffer()
736 CHECK_MEM_ERROR(cm, cm->tpl_mvs, in ensure_mv_buffer()
737 (TPL_MV_REF *)aom_calloc(mem_size, sizeof(*cm->tpl_mvs))); in ensure_mv_buffer()
Dmvref_common.c342 cm->tpl_mvs + ((mi_row + mi_pos.row) >> 1) * (cm->mi_stride >> 1) + in add_tpl_ref_mv()
937 TPL_MV_REF *tpl_mvs_base = cm->tpl_mvs; in motion_field_projection()
1013 TPL_MV_REF *tpl_mvs_base = cm->tpl_mvs; in av1_setup_motion_field()
/external/libaom/libaom/av1/
Dav1_dx_iface.c131 aom_free(frame_worker_data->pbi->common.tpl_mvs); in decoder_destroy()
132 frame_worker_data->pbi->common.tpl_mvs = NULL; in decoder_destroy()
/external/libaom/libaom/av1/encoder/
Dencoder.c565 aom_free(cm->tpl_mvs); in dealloc_compressor_data()
566 cm->tpl_mvs = NULL; in dealloc_compressor_data()