Searched refs:tpl_mvs (Results 1 – 4 of 4) sorted by relevance
531 TPL_MV_REF *tpl_mvs; member731 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()
342 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()
131 aom_free(frame_worker_data->pbi->common.tpl_mvs); in decoder_destroy()132 frame_worker_data->pbi->common.tpl_mvs = NULL; in decoder_destroy()
565 aom_free(cm->tpl_mvs); in dealloc_compressor_data()566 cm->tpl_mvs = NULL; in dealloc_compressor_data()