Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dalloccommon.c101 boundaries->stripe_boundary_below == NULL) { in av1_alloc_restoration_buffers()
103 aom_free(boundaries->stripe_boundary_below); in av1_alloc_restoration_buffers()
107 CHECK_MEM_ERROR(cm, boundaries->stripe_boundary_below, in av1_alloc_restoration_buffers()
127 aom_free(boundaries->stripe_boundary_below); in av1_free_restoration_buffers()
129 boundaries->stripe_boundary_below = NULL; in av1_free_restoration_buffers()
Drestoration.h213 uint8_t *stripe_boundary_below; member
Drestoration.c337 rsb->stripe_boundary_below + (buf_off << use_highbd); in setup_processing_stripe_boundary()
1413 : boundaries->stripe_boundary_below; in save_deblock_boundary_lines()
1468 : boundaries->stripe_boundary_below; in save_cdef_boundary_lines()