Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.c244 int *copy_above, int *copy_below) { in get_stripe_boundary_info() argument
245 *copy_above = 1; in get_stripe_boundary_info()
257 if (first_stripe_in_tile) *copy_above = 0; in get_stripe_boundary_info()
277 RestorationLineBuffers *rlbs, int copy_above, int copy_below, int opt) { in setup_processing_stripe_boundary() argument
301 if (copy_above) { in setup_processing_stripe_boundary()
337 if (copy_above) { in setup_processing_stripe_boundary()
379 int use_highbd, int h, uint8_t *data8, int data_stride, int copy_above, in restore_processing_stripe_boundary() argument
388 if (copy_above) { in restore_processing_stripe_boundary()
409 if (copy_above) { in restore_processing_stripe_boundary()
1035 int copy_above, copy_below; in av1_loop_restoration_filter_unit() local
[all …]