Home
last modified time | relevance | path

Searched refs:OFFSET_HOR_BUF (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dencoderstate.h412 #define OFFSET_HOR_BUF(position_x, position_y, cur_pic, i) ((position_x) + i + ((position_y)/LCU_WI… macro
H A Dsearch.c876 int luma_offset = OFFSET_HOR_BUF(x, y, frame, x_min_in_lcu - 1); in init_lcu_t()