Searched refs:RESTORATION_CTX_VERT (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | restoration.c | 314 const int buf_row = rsb_row + AOMMAX(i + RESTORATION_CTX_VERT, 0); in setup_processing_stripe_boundary() 334 const int buf_row = rsb_row + AOMMIN(i, RESTORATION_CTX_VERT - 1); in setup_processing_stripe_boundary() 1067 const int rsb_row = RESTORATION_CTX_VERT * frame_stripe; in av1_loop_restoration_filter_unit() 1416 uint8_t *bdry_rows = bdry_start + RESTORATION_CTX_VERT * stripe * bdry_stride; in save_deblock_boundary_lines() 1424 AOMMIN(RESTORATION_CTX_VERT, frame->crop_heights[is_uv] - row); in save_deblock_boundary_lines() 1454 extend_lines(bdry_rows, upscaled_width, RESTORATION_CTX_VERT, bdry_stride, in save_deblock_boundary_lines() 1471 uint8_t *bdry_rows = bdry_start + RESTORATION_CTX_VERT * stripe * bdry_stride; in save_cdef_boundary_lines() 1482 for (int i = 0; i < RESTORATION_CTX_VERT; i++) { in save_cdef_boundary_lines() 1489 extend_lines(bdry_rows, upscaled_width, RESTORATION_CTX_VERT, bdry_stride, in save_cdef_boundary_lines() 1530 save_deblock_boundary_lines(frame, cm, plane, y0 - RESTORATION_CTX_VERT, in save_tile_row_boundary_lines()
|
D | restoration.h | 62 #define RESTORATION_CTX_VERT 2 macro
|
D | alloccommon.c | 95 const int buf_size = num_stripes * stride * RESTORATION_CTX_VERT in av1_alloc_restoration_buffers()
|