Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dalloccommon.c154 boundaries->stripe_boundary_above == NULL || in av1_alloc_restoration_buffers()
156 aom_free(boundaries->stripe_boundary_above); in av1_alloc_restoration_buffers()
159 CHECK_MEM_ERROR(cm, boundaries->stripe_boundary_above, in av1_alloc_restoration_buffers()
180 aom_free(boundaries->stripe_boundary_above); in av1_free_restoration_buffers()
182 boundaries->stripe_boundary_above = NULL; in av1_free_restoration_buffers()
Drestoration.h211 uint8_t *stripe_boundary_above; member
Drestoration.c308 rsb->stripe_boundary_above + (buf_off << use_highbd); in setup_processing_stripe_boundary()
1395 uint8_t *bdry_buf = is_above ? boundaries->stripe_boundary_above in save_deblock_boundary_lines()
1450 uint8_t *bdry_buf = is_above ? boundaries->stripe_boundary_above in save_cdef_boundary_lines()