Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.h206 uint16_t tmp_save_above[RESTORATION_BORDER][RESTORATION_LINEBUFFER_WIDTH]; member
Drestoration.c311 memcpy(rlbs->tmp_save_above[i + RESTORATION_BORDER], in setup_processing_stripe_boundary()
343 memcpy(rlbs->tmp_save_above[0], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary()
393 rlbs->tmp_save_above[i + RESTORATION_BORDER], line_size); in restore_processing_stripe_boundary()
414 memcpy(REAL_PTR(use_highbd, dst8), rlbs->tmp_save_above[0], line_size); in restore_processing_stripe_boundary()