Searched refs:num_post_refine (Results 1 – 1 of 1) sorted by relevance
62 #define SET_PIC_LIMIT(s_pic_limit, pad_x, pad_y, wd, ht, num_post_refine) \ argument64 s_pic_limit.i2_min_x = (S16)(-(pad_x) + (num_post_refine)); \65 s_pic_limit.i2_min_y = (S16)(-(pad_y) + (num_post_refine)); \66 s_pic_limit.i2_max_x = (S16)((wd) + (pad_x) - (num_post_refine)); \67 s_pic_limit.i2_max_y = (S16)((ht) + (pad_y) - (num_post_refine)); \