Searched refs:REAL_PTR (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | restoration.c | 206 #define REAL_PTR(hbd, d) ((hbd) ? (uint8_t *)CONVERT_TO_SHORTPTR(d) : (d)) macro 312 REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 313 memcpy(REAL_PTR(use_highbd, dst8), buf, line_size); in setup_processing_stripe_boundary() 332 memcpy(rlbs->tmp_save_below[i], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 333 memcpy(REAL_PTR(use_highbd, dst8), src, line_size); in setup_processing_stripe_boundary() 343 memcpy(rlbs->tmp_save_above[0], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 344 memcpy(REAL_PTR(use_highbd, dst8), in setup_processing_stripe_boundary() 345 REAL_PTR(use_highbd, in setup_processing_stripe_boundary() 357 memcpy(rlbs->tmp_save_below[2], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 358 memcpy(REAL_PTR(use_highbd, dst8), in setup_processing_stripe_boundary() [all …]
|