Searched refs:tmp_save_below (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | restoration.h | 207 uint16_t tmp_save_below[RESTORATION_BORDER][RESTORATION_LINEBUFFER_WIDTH]; member
|
D | restoration.c | 332 memcpy(rlbs->tmp_save_below[i], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 357 memcpy(rlbs->tmp_save_below[2], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 405 memcpy(REAL_PTR(use_highbd, dst8), rlbs->tmp_save_below[i], line_size); in restore_processing_stripe_boundary() 424 memcpy(REAL_PTR(use_highbd, dst8), rlbs->tmp_save_below[2], line_size); in restore_processing_stripe_boundary()
|