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.c155 boundaries->stripe_boundary_below == NULL) { in av1_alloc_restoration_buffers()
157 aom_free(boundaries->stripe_boundary_below); in av1_alloc_restoration_buffers()
161 CHECK_MEM_ERROR(cm, boundaries->stripe_boundary_below, in av1_alloc_restoration_buffers()
181 aom_free(boundaries->stripe_boundary_below); in av1_free_restoration_buffers()
183 boundaries->stripe_boundary_below = NULL; in av1_free_restoration_buffers()
Drestoration.h212 uint8_t *stripe_boundary_below; member
Drestoration.c328 rsb->stripe_boundary_below + (buf_off << use_highbd); in setup_processing_stripe_boundary()
1396 : boundaries->stripe_boundary_below; in save_deblock_boundary_lines()
1451 : boundaries->stripe_boundary_below; in save_cdef_boundary_lines()