HomeSort by relevance Sort by last modified time
    Searched refs:tpl_mvs (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/av1/common/
onyxc_int.h 531 TPL_MV_REF *tpl_mvs; member in struct:AV1Common
731 int realloc = cm->tpl_mvs == NULL;
732 if (cm->tpl_mvs) realloc |= cm->tpl_mvs_mem_size < mem_size;
735 aom_free(cm->tpl_mvs);
736 CHECK_MEM_ERROR(cm, cm->tpl_mvs,
737 (TPL_MV_REF *)aom_calloc(mem_size, sizeof(*cm->tpl_mvs)));
    [all...]
mvref_common.c 342 cm->tpl_mvs + ((mi_row + mi_pos.row) >> 1) * (cm->mi_stride >> 1) +
    [all...]
  /external/libaom/libaom/av1/
av1_dx_iface.c 131 aom_free(frame_worker_data->pbi->common.tpl_mvs);
132 frame_worker_data->pbi->common.tpl_mvs = NULL;
    [all...]
  /external/libaom/libaom/av1/encoder/
encoder.c 565 aom_free(cm->tpl_mvs);
566 cm->tpl_mvs = NULL;
    [all...]

Completed in 118 milliseconds