Searched refs:rsb_row (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | restoration.c | 276 int rsb_row, int use_highbd, int h, uint8_t *data8, int data_stride, in setup_processing_stripe_boundary() argument 305 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() local 1060 setup_processing_stripe_boundary(&remaining_stripes, rsb, rsb_row, highbd, in av1_loop_restoration_filter_unit()
|