HomeSort by relevance Sort by last modified time
    Searched refs:tmp_save_below (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/common/
restoration.h 207 uint16_t tmp_save_below[RESTORATION_BORDER][RESTORATION_LINEBUFFER_WIDTH]; member in struct:__anon26555
restoration.c 332 memcpy(rlbs->tmp_save_below[i], REAL_PTR(use_highbd, dst8), line_size);
357 memcpy(rlbs->tmp_save_below[2], REAL_PTR(use_highbd, dst8), line_size);
405 memcpy(REAL_PTR(use_highbd, dst8), rlbs->tmp_save_below[i], line_size);
424 memcpy(REAL_PTR(use_highbd, dst8), rlbs->tmp_save_below[2], line_size);
    [all...]

Completed in 341 milliseconds