Home
last modified time | relevance | path

Searched refs:buf_row (Results 1 – 1 of 1) 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() local
306 const int buf_off = buf_x0_off + buf_row * buf_stride; in setup_processing_stripe_boundary()
325 const int buf_row = rsb_row + AOMMIN(i, RESTORATION_CTX_VERT - 1); in setup_processing_stripe_boundary() local
326 const int buf_off = buf_x0_off + buf_row * buf_stride; in setup_processing_stripe_boundary()