Searched refs:CEIL16 (Results 1 – 5 of 5) sorted by relevance
266 WORD32 pad_wd = 16 + CEIL16((wd >> 1)) - (wd >> 1) + 4; in ihevce_scale_by_2_neon()295 WORD32 pad_ht = 16 + CEIL16((ht >> 1)) - (ht >> 1) + 4; in ihevce_scale_by_2_neon()
766 a_wd[3] = CEIL16(a_wd[2] >> 1); in ihevce_prepare_pre_enc_job_queue()767 a_ht[3] = CEIL16(a_ht[2] >> 1); in ihevce_prepare_pre_enc_job_queue()
924 #define CEIL16(x) (((x) + 15) & (~15)) macro
1051 wd2 = CEIL16((p_wd[i - 1] * 3) >> 2); in hme_derive_num_layers()1055 ht2 = CEIL16((p_ht[i - 1] * 3) >> 2); in hme_derive_num_layers()1070 p_wd[i] = CEIL16(p_wd[i - 1] >> 1); in hme_derive_num_layers()1071 p_ht[i] = CEIL16(p_ht[i - 1] >> 1); in hme_derive_num_layers()3212 dst_stride = CEIL16((wd >> 1)) + 32 + 4; in hme_add_inp()3279 dst_stride = CEIL16((wd >> 1)) + 32 + 4; in hme_coarse_add_inp()
1153 WORD32 pad_wd = 16 + CEIL16((wd >> 1)) - (wd >> 1) + 4; in ihevce_scale_by_2()1181 pad_ht = 16 + CEIL16((ht >> 1)) - (ht >> 1) + 4; in ihevce_scale_by_2()