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

  /external/libaom/libaom/av1/common/
thread_common.h 68 int32_t *rst_tmpbuf; member in struct:LoopRestorationWorkerData
alloccommon.c 114 if (cm->rst_tmpbuf == NULL) {
115 CHECK_MEM_ERROR(cm, cm->rst_tmpbuf,
174 aom_free(cm->rst_tmpbuf);
175 cm->rst_tmpbuf = NULL;
thread_common.c 619 CHECK_MEM_ERROR(cm, lr_sync->lrworkerdata[worker_idx].rst_tmpbuf,
625 lr_sync->lrworkerdata[worker_idx].rst_tmpbuf = cm->rst_tmpbuf;
680 aom_free(workerdata_data->rst_tmpbuf);
832 lrworkerdata->rst_tmpbuf, lrworkerdata->rlbs, on_sync_read,
onyxc_int.h 461 int32_t *rst_tmpbuf; member in struct:AV1Common
    [all...]
restoration.c     [all...]
  /external/libaom/libaom/av1/encoder/
pickrst.c 178 rsc->dst->strides[is_uv], cm->rst_tmpbuf, optimized_lr);
    [all...]

Completed in 1496 milliseconds