Home
last modified time | relevance | path

Searched refs:rst_tmpbuf (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/
Dalloccommon.c114 if (cm->rst_tmpbuf == NULL) { in av1_alloc_restoration_buffers()
115 CHECK_MEM_ERROR(cm, cm->rst_tmpbuf, in av1_alloc_restoration_buffers()
174 aom_free(cm->rst_tmpbuf); in av1_free_restoration_buffers()
175 cm->rst_tmpbuf = NULL; in av1_free_restoration_buffers()
Dthread_common.h68 int32_t *rst_tmpbuf; member
Dthread_common.c619 CHECK_MEM_ERROR(cm, lr_sync->lrworkerdata[worker_idx].rst_tmpbuf, in loop_restoration_alloc()
625 lr_sync->lrworkerdata[worker_idx].rst_tmpbuf = cm->rst_tmpbuf; in loop_restoration_alloc()
680 aom_free(workerdata_data->rst_tmpbuf); in av1_loop_restoration_dealloc()
832 lrworkerdata->rst_tmpbuf, lrworkerdata->rlbs, on_sync_read, in loop_restoration_row_worker()
Donyxc_int.h461 int32_t *rst_tmpbuf; member
Drestoration.c1169 cm->rst_tmpbuf, cm->rlbs); in foreach_rest_unit_in_planes()
/external/libaom/libaom/av1/encoder/
Dpickrst.c178 rsc->dst->strides[is_uv], cm->rst_tmpbuf, optimized_lr); in try_restoration_unit()
1371 &rsc->tile_rect, rsc->cm->rst_tmpbuf, NULL); in search_rest_type()