Searched refs:s_pic_limit (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/ |
D | hme_common_defs.h | 62 #define SET_PIC_LIMIT(s_pic_limit, pad_x, pad_y, wd, ht, num_post_refine) \ argument 64 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)); \
|
D | hme_coarse.c | 789 range_prms_t s_range_prms, s_pic_limit, as_mv_limit[MAX_NUM_REF]; in hme_coarsest() local 1149 s_pic_limit, in hme_coarsest() 1350 &s_pic_limit, in hme_coarsest() 1427 &s_pic_limit, in hme_coarsest() 1491 &s_pic_limit, in hme_coarsest()
|