Home
last modified time | relevance | path

Searched refs:p_ht (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dhme_interface.h976 void hme_set_resolution(void *pv_me_ctxt, S32 n_enc_layers, S32 *p_wd, S32 *p_ht, S32 me_frm_id);
978 void hme_coarse_set_resolution(void *pv_me_ctxt, S32 n_enc_layers, S32 *p_wd, S32 *p_ht);
1033 S32 hme_derive_num_layers(S32 n_enc_layers, S32 *p_wd, S32 *p_ht, S32 *p_disp_wd, S32 *p_disp_ht);
Dihevce_coarse_me_pass.h211 void *pv_me_ctxt, WORD32 n_enc_layers, WORD32 *p_wd, WORD32 *p_ht);
Dihevce_me_pass.h167 void ihevce_me_set_resolution(void *pv_me_ctxt, WORD32 n_enc_layers, WORD32 *p_wd, WORD32 *p_ht);
Dhme_interface.c1028 S32 hme_derive_num_layers(S32 n_enc_layers, S32 *p_wd, S32 *p_ht, S32 *p_disp_wd, S32 *p_disp_ht) in hme_derive_num_layers() argument
1037 ASSERT(p_ht[0] <= HME_MAX_HEIGHT); in hme_derive_num_layers()
1040 p_disp_ht[0] = p_ht[0]; in hme_derive_num_layers()
1054 ht1 = FLOOR16(p_ht[i - 1] >> 1); in hme_derive_num_layers()
1055 ht2 = CEIL16((p_ht[i - 1] * 3) >> 2); in hme_derive_num_layers()
1056 ASSERT(p_ht[i] >= ht1); in hme_derive_num_layers()
1057 ASSERT(p_ht[i] <= ht2); in hme_derive_num_layers()
1060 ASSERT(p_ht[n_enc_layers - 1] >= 2 * MIN_HT_COARSE); in hme_derive_num_layers()
1064 if((p_wd[i - 1] < 2 * MIN_WD_COARSE) || (p_ht[i - 1] < 2 * MIN_HT_COARSE)) in hme_derive_num_layers()
1071 p_ht[i] = CEIL16(p_ht[i - 1] >> 1); in hme_derive_num_layers()
[all …]
Dihevce_coarse_me_pass.c393 void *pv_me_ctxt, WORD32 n_enc_layers, WORD32 *p_wd, WORD32 *p_ht) in ihevce_coarse_me_set_resolution() argument
405 hme_coarse_set_resolution((void *)ps_me_thrd_ctxt, n_enc_layers, p_wd, p_ht); in ihevce_coarse_me_set_resolution()
Dihevce_me_pass.c529 void ihevce_me_set_resolution(void *pv_me_ctxt, WORD32 n_enc_layers, WORD32 *p_wd, WORD32 *p_ht) in ihevce_me_set_resolution() argument
544 hme_set_resolution((void *)ps_me_thrd_ctxt, n_enc_layers, p_wd, p_ht, i); in ihevce_me_set_resolution()