Lines Matching refs:a_ht

704     if(ps_prms->a_ht[n_layers - 1] < 2 * (MIN_HT_COARSE))  in hme_validate_init_prms()
742 S32 *a_ht, in hme_coarse_get_layer1_mv_bank_ref_idx_size() argument
753 ht = a_ht[1]; in hme_coarse_get_layer1_mv_bank_ref_idx_size()
1139 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS]; in hme_enc_alloc_init_mem() local
1216 memcpy(a_ht, ps_prms->a_ht, sizeof(S32) * ps_prms->num_simulcast_layers); in hme_enc_alloc_init_mem()
1221 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht); in hme_enc_alloc_init_mem()
1246 ps_frm_ctxt->i4_ht = a_ht[0]; in hme_enc_alloc_init_mem()
1270 ht = a_ht[j]; in hme_enc_alloc_init_mem()
1324 ht = a_ht[j]; in hme_enc_alloc_init_mem()
1747 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS]; in hme_coarse_alloc_init_mem() local
1799 memcpy(a_ht, ps_prms->a_ht, sizeof(S32) * ps_prms->num_simulcast_layers); in hme_coarse_alloc_init_mem()
1804 n_tot_layers = hme_derive_num_layers(1, a_wd, a_ht, a_disp_wd, a_disp_ht); in hme_coarse_alloc_init_mem()
1824 memcpy(ps_ctxt->a_ht, a_ht, sizeof(S32) * n_tot_layers); in hme_coarse_alloc_init_mem()
1841 ht = a_ht[j]; in hme_coarse_alloc_init_mem()
1919 ht = a_ht[j]; in hme_coarse_alloc_init_mem()
2290 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS]; in hme_coarse_dep_mngr_alloc_mem() local
2305 *a_ht = in hme_coarse_dep_mngr_alloc_mem()
2310 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht); in hme_coarse_dep_mngr_alloc_mem()
2315 n_tot_layers, &a_ht[0], &a_wd[0], &ai4_num_vert_units_in_lyr[0]); in hme_coarse_dep_mngr_alloc_mem()
2357 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS]; in hme_coarse_dep_mngr_init() local
2373 *a_ht = in hme_coarse_dep_mngr_init()
2378 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht); in hme_coarse_dep_mngr_init()
2383 n_tot_layers, &a_ht[0], &a_wd[0], &ai4_num_vert_units_in_lyr[0]); in hme_coarse_dep_mngr_init()
2395 GET_NUM_BLKS_IN_PIC(a_wd[i], a_ht[i], blk_size_shift, num_blks_in_row, num_blks_in_pic); in hme_coarse_dep_mngr_init()
2465 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS]; in hme_coarse_dep_mngr_delete() local
2481 *a_ht = in hme_coarse_dep_mngr_delete()
2485 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht); in hme_coarse_dep_mngr_delete()
2865 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS]; in hme_set_resolution() local
2868 memcpy(a_ht, p_ht, n_enc_layers * sizeof(S32)); in hme_set_resolution()
2878 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht); in hme_set_resolution()
2892 ps_ctxt->i4_ht = a_ht[0]; in hme_set_resolution()
2903 ht = a_ht[j]; in hme_set_resolution()
2935 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS]; in hme_coarse_set_resolution() local
2938 memcpy(a_ht, p_ht, n_enc_layers * sizeof(S32)); in hme_coarse_set_resolution()
2945 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht); in hme_coarse_set_resolution()
2959 memcpy(ps_ctxt->a_ht, a_ht, sizeof(S32) * n_tot_layers); in hme_coarse_set_resolution()
2970 ht = a_ht[j]; in hme_coarse_set_resolution()
4411 i2_max_y = (S16)FLOOR8(((i2_max_y * ps_ctxt->a_ht[i]) / ps_ctxt->a_ht[i - 1])); in hme_coarse_process_frm_init()