Searched refs:rst_tmpbuf (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | alloccommon.c | 114 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()
|
D | thread_common.h | 68 int32_t *rst_tmpbuf; member
|
D | thread_common.c | 619 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()
|
D | onyxc_int.h | 461 int32_t *rst_tmpbuf; member
|
D | restoration.c | 1169 cm->rst_tmpbuf, cm->rlbs); in foreach_rest_unit_in_planes()
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 178 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()
|