Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.c305 const int buf_row = rsb_row + AOMMAX(i + RESTORATION_CTX_VERT, 0); in setup_processing_stripe_boundary()
325 const int buf_row = rsb_row + AOMMIN(i, RESTORATION_CTX_VERT - 1); in setup_processing_stripe_boundary()
1050 const int rsb_row = RESTORATION_CTX_VERT * frame_stripe; in av1_loop_restoration_filter_unit()
1399 uint8_t *bdry_rows = bdry_start + RESTORATION_CTX_VERT * stripe * bdry_stride; in save_deblock_boundary_lines()
1407 AOMMIN(RESTORATION_CTX_VERT, frame->crop_heights[is_uv] - row); in save_deblock_boundary_lines()
1437 extend_lines(bdry_rows, upscaled_width, RESTORATION_CTX_VERT, bdry_stride, in save_deblock_boundary_lines()
1454 uint8_t *bdry_rows = bdry_start + RESTORATION_CTX_VERT * stripe * bdry_stride; in save_cdef_boundary_lines()
1465 for (int i = 0; i < RESTORATION_CTX_VERT; i++) { in save_cdef_boundary_lines()
1472 extend_lines(bdry_rows, upscaled_width, RESTORATION_CTX_VERT, bdry_stride, in save_cdef_boundary_lines()
1513 save_deblock_boundary_lines(frame, cm, plane, y0 - RESTORATION_CTX_VERT, in save_tile_row_boundary_lines()
Drestoration.h62 #define RESTORATION_CTX_VERT 2 macro
Dalloccommon.c149 const int buf_size = num_stripes * stride * RESTORATION_CTX_VERT in av1_alloc_restoration_buffers()