Searched refs:copy_above (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | restoration.c | 253 int *copy_above, int *copy_below) { in get_stripe_boundary_info() argument 254 *copy_above = 1; in get_stripe_boundary_info() 266 if (first_stripe_in_tile) *copy_above = 0; in get_stripe_boundary_info() 286 RestorationLineBuffers *rlbs, int copy_above, int copy_below, int opt) { in setup_processing_stripe_boundary() argument 310 if (copy_above) { in setup_processing_stripe_boundary() 346 if (copy_above) { in setup_processing_stripe_boundary() 388 int use_highbd, int h, uint8_t *data8, int data_stride, int copy_above, in restore_processing_stripe_boundary() argument 397 if (copy_above) { in restore_processing_stripe_boundary() 418 if (copy_above) { in restore_processing_stripe_boundary() 1052 int copy_above, copy_below; in av1_loop_restoration_filter_unit() local [all …]
|