Searched refs:loop_rest_ctxt (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | restoration.c | 1141 void av1_loop_restoration_copy_planes(AV1LrStruct *loop_rest_ctxt, in av1_loop_restoration_copy_planes() argument 1152 AV1PixelRect tile_rect = loop_rest_ctxt->ctxt[plane].tile_rect; in av1_loop_restoration_copy_planes() 1153 copy_funs[plane](loop_rest_ctxt->dst, loop_rest_ctxt->frame, tile_rect.left, in av1_loop_restoration_copy_planes() 1179 AV1LrStruct *loop_rest_ctxt = (AV1LrStruct *)lr_ctxt; in av1_loop_restoration_filter_frame() local 1181 av1_loop_restoration_filter_frame_init(loop_rest_ctxt, frame, cm, in av1_loop_restoration_filter_frame() 1184 foreach_rest_unit_in_planes(loop_rest_ctxt, cm, num_planes); in av1_loop_restoration_filter_frame() 1186 av1_loop_restoration_copy_planes(loop_rest_ctxt, cm, num_planes); in av1_loop_restoration_filter_frame()
|
D | thread_common.c | 916 AV1LrStruct *loop_rest_ctxt = (AV1LrStruct *)lr_ctxt; in av1_loop_restoration_filter_frame_mt() local 918 av1_loop_restoration_filter_frame_init(loop_rest_ctxt, frame, cm, in av1_loop_restoration_filter_frame_mt() 921 foreach_rest_unit_in_planes_mt(loop_rest_ctxt, workers, num_workers, lr_sync, in av1_loop_restoration_filter_frame_mt()
|
D | restoration.h | 361 void av1_loop_restoration_copy_planes(AV1LrStruct *loop_rest_ctxt,
|