Searched refs:lr_ctxt (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | thread_common.c | 692 static void enqueue_lr_jobs(AV1LrSync *lr_sync, AV1LrStruct *lr_ctxt, in enqueue_lr_jobs() argument 694 FilterFrameCtxt *ctxt = lr_ctxt->ctxt; in enqueue_lr_jobs() 793 AV1LrStruct *lr_ctxt = (AV1LrStruct *)lrworkerdata->lr_ctxt; in loop_restoration_row_worker() local 794 FilterFrameCtxt *ctxt = lr_ctxt->ctxt; in loop_restoration_row_worker() 828 &limits, &(ctxt[plane].tile_rect), lr_ctxt->on_rest_unit, lr_unit_row, in loop_restoration_row_worker() 835 copy_funs[plane](lr_ctxt->dst, lr_ctxt->frame, ctxt[plane].tile_rect.left, in loop_restoration_row_worker() 845 static void foreach_rest_unit_in_planes_mt(AV1LrStruct *lr_ctxt, in foreach_rest_unit_in_planes_mt() argument 848 FilterFrameCtxt *ctxt = lr_ctxt->ctxt; in foreach_rest_unit_in_planes_mt() 884 enqueue_lr_jobs(lr_sync, lr_ctxt, cm); in foreach_rest_unit_in_planes_mt() 889 lr_sync->lrworkerdata[i].lr_ctxt = (void *)lr_ctxt; in foreach_rest_unit_in_planes_mt() [all …]
|
D | thread_common.h | 70 void *lr_ctxt; member 115 void *lr_ctxt);
|
D | restoration.c | 1089 void av1_loop_restoration_filter_frame_init(AV1LrStruct *lr_ctxt, in av1_loop_restoration_filter_frame_init() argument 1096 lr_ctxt->dst = &cm->rst_frame; in av1_loop_restoration_filter_frame_init() 1101 lr_ctxt->dst, frame_width, frame_height, seq_params->subsampling_x, in av1_loop_restoration_filter_frame_init() 1107 lr_ctxt->on_rest_unit = filter_frame_on_unit; in av1_loop_restoration_filter_frame_init() 1108 lr_ctxt->frame = frame; in av1_loop_restoration_filter_frame_init() 1121 FilterFrameCtxt *lr_plane_ctxt = &lr_ctxt->ctxt[plane]; in av1_loop_restoration_filter_frame_init() 1133 lr_plane_ctxt->dst8 = lr_ctxt->dst->buffers[plane]; in av1_loop_restoration_filter_frame_init() 1135 lr_plane_ctxt->dst_stride = lr_ctxt->dst->strides[is_uv]; in av1_loop_restoration_filter_frame_init() 1158 static void foreach_rest_unit_in_planes(AV1LrStruct *lr_ctxt, AV1_COMMON *cm, in foreach_rest_unit_in_planes() argument 1160 FilterFrameCtxt *ctxt = lr_ctxt->ctxt; in foreach_rest_unit_in_planes() [all …]
|
D | restoration.h | 321 void *lr_ctxt); 357 void av1_loop_restoration_filter_frame_init(AV1LrStruct *lr_ctxt,
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.h | 167 AV1LrStruct lr_ctxt; member
|
D | decodeframe.c | 5660 &pbi->lr_ctxt); in av1_decode_tg_tiles_and_wrapup() 5664 &pbi->lr_ctxt); in av1_decode_tg_tiles_and_wrapup() 5675 &pbi->lr_ctxt); in av1_decode_tg_tiles_and_wrapup() 5679 &pbi->lr_ctxt); in av1_decode_tg_tiles_and_wrapup()
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.h | 963 AV1LrStruct lr_ctxt; member
|
D | encoder.c | 4100 &cpi->lr_row_sync, &cpi->lr_ctxt); in loopfilter_frame() 4103 &cpi->lr_ctxt); in loopfilter_frame()
|