Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.c398 const int stripe_bottom = limits->v_start + h; in restore_processing_stripe_boundary() local
399 uint8_t *data8_bl = data8 + data_x0 + stripe_bottom * data_stride; in restore_processing_stripe_boundary()
402 if (stripe_bottom + i >= limits->v_end + RESTORATION_BORDER) break; in restore_processing_stripe_boundary()
418 const int stripe_bottom = limits->v_start + h; in restore_processing_stripe_boundary() local
419 uint8_t *data8_bl = data8 + data_x0 + stripe_bottom * data_stride; in restore_processing_stripe_boundary()
422 if (stripe_bottom + 2 < limits->v_end + RESTORATION_BORDER) { in restore_processing_stripe_boundary()