Home
last modified time | relevance | path

Searched refs:rlbs (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Drestoration.c286 RestorationLineBuffers *rlbs, int copy_above, int copy_below, int opt) { in setup_processing_stripe_boundary() argument
320 memcpy(rlbs->tmp_save_above[i + RESTORATION_BORDER], in setup_processing_stripe_boundary()
341 memcpy(rlbs->tmp_save_below[i], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary()
352 memcpy(rlbs->tmp_save_above[0], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary()
366 memcpy(rlbs->tmp_save_below[2], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary()
387 const RestorationTileLimits *limits, const RestorationLineBuffers *rlbs, in restore_processing_stripe_boundary() argument
402 rlbs->tmp_save_above[i + RESTORATION_BORDER], line_size); in restore_processing_stripe_boundary()
414 memcpy(REAL_PTR(use_highbd, dst8), rlbs->tmp_save_below[i], line_size); in restore_processing_stripe_boundary()
423 memcpy(REAL_PTR(use_highbd, dst8), rlbs->tmp_save_above[0], line_size); in restore_processing_stripe_boundary()
433 memcpy(REAL_PTR(use_highbd, dst8), rlbs->tmp_save_below[2], line_size); in restore_processing_stripe_boundary()
[all …]
Drestoration.h262 RestorationLineBuffers *rlbs);
315 const RestorationStripeBoundaries *rsb, RestorationLineBuffers *rlbs,
339 RestorationLineBuffers *rlbs);
368 void *priv, int32_t *tmpbuf, RestorationLineBuffers *rlbs,
Dalloccommon.c65 if (cm->rlbs == NULL) { in av1_alloc_restoration_buffers()
66 CHECK_MEM_ERROR(cm, cm->rlbs, aom_malloc(sizeof(RestorationLineBuffers))); in av1_alloc_restoration_buffers()
122 aom_free(cm->rlbs); in av1_free_restoration_buffers()
123 cm->rlbs = NULL; in av1_free_restoration_buffers()
Dthread_common.h69 void *rlbs; member
Dthread_common.c628 CHECK_MEM_ERROR(cm, lr_sync->lrworkerdata[worker_idx].rlbs, in loop_restoration_alloc()
633 lr_sync->lrworkerdata[worker_idx].rlbs = cm->rlbs; in loop_restoration_alloc()
688 aom_free(workerdata_data->rlbs); in av1_loop_restoration_dealloc()
839 lrworkerdata->rst_tmpbuf, lrworkerdata->rlbs, on_sync_read, in loop_restoration_row_worker()
Dav1_common_int.h652 RestorationLineBuffers *rlbs; // Line buffers required by loop restoration. member
/external/libaom/libaom/av1/encoder/
Dpickrst.c201 RestorationLineBuffers rlbs; in try_restoration_unit() local
211 limits, rui, &rsi->boundaries, &rlbs, tile_rect, rsc->tile_stripe0, in try_restoration_unit()
871 RestorationLineBuffers *rlbs) { in search_sgrproj() argument
872 (void)rlbs; in search_sgrproj()
1454 RestorationLineBuffers *rlbs) { in search_wiener() argument
1456 (void)rlbs; in search_wiener()
1593 RestorationLineBuffers *rlbs) { in search_norestore() argument
1596 (void)rlbs; in search_norestore()
1612 RestorationLineBuffers *rlbs) { in search_switchable() argument
1616 (void)rlbs; in search_switchable()