Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.h66 #define RESTORATION_EXTRA_HORZ 4 macro
195 (RESTORATION_UNITSIZE_MAX * 3 / 2 + 2 * RESTORATION_EXTRA_HORZ)
Drestoration.c284 (limits->h_end - limits->h_start) + 2 * RESTORATION_EXTRA_HORZ; in setup_processing_stripe_boundary()
287 const int data_x0 = limits->h_start - RESTORATION_EXTRA_HORZ; in setup_processing_stripe_boundary()
382 (limits->h_end - limits->h_start) + 2 * RESTORATION_EXTRA_HORZ; in restore_processing_stripe_boundary()
385 const int data_x0 = limits->h_start - RESTORATION_EXTRA_HORZ; in restore_processing_stripe_boundary()
1397 uint8_t *bdry_start = bdry_buf + (RESTORATION_EXTRA_HORZ << use_highbd); in save_deblock_boundary_lines()
1438 RESTORATION_EXTRA_HORZ, use_highbd); in save_deblock_boundary_lines()
1452 uint8_t *bdry_start = bdry_buf + (RESTORATION_EXTRA_HORZ << use_highbd); in save_cdef_boundary_lines()
1473 RESTORATION_EXTRA_HORZ, use_highbd); in save_cdef_boundary_lines()
Dalloccommon.c147 const int plane_w = ((frame_w + ss_x) >> ss_x) + 2 * RESTORATION_EXTRA_HORZ; in av1_alloc_restoration_buffers()