• Home
  • Raw
  • Download

Lines Matching refs:a_wd

702     if(ps_prms->a_wd[n_layers - 1] < 2 * (MIN_WD_COARSE))  in hme_validate_init_prms()
741 S32 *a_wd, in hme_coarse_get_layer1_mv_bank_ref_idx_size() argument
752 wd = a_wd[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
1215 memcpy(a_wd, ps_prms->a_wd, 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()
1245 ps_frm_ctxt->i4_wd = a_wd[0]; in hme_enc_alloc_init_mem()
1269 wd = a_wd[j]; in hme_enc_alloc_init_mem()
1323 wd = a_wd[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
1798 memcpy(a_wd, ps_prms->a_wd, 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()
1823 memcpy(ps_ctxt->a_wd, a_wd, sizeof(S32) * n_tot_layers); in hme_coarse_alloc_init_mem()
1840 wd = a_wd[j]; in hme_coarse_alloc_init_mem()
1918 wd = a_wd[j]; in hme_coarse_alloc_init_mem()
1977 wd = a_wd[n_tot_layers - 1]; 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
2301 *a_wd = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width + 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
2370 *a_wd = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width + 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
2478 *a_wd = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width + 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
2867 memcpy(a_wd, p_wd, 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()
2891 ps_ctxt->i4_wd = a_wd[0]; in hme_set_resolution()
2902 wd = a_wd[j]; in hme_set_resolution()
2935 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS]; in hme_coarse_set_resolution() local
2937 memcpy(a_wd, p_wd, 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()
2958 memcpy(ps_ctxt->a_wd, a_wd, sizeof(S32) * n_tot_layers); in hme_coarse_set_resolution()
2969 wd = a_wd[j]; in hme_coarse_set_resolution()
3276 wd = ps_ctxt->a_wd[i - 1]; in hme_coarse_add_inp()
4410 i2_max_x = (S16)FLOOR8(((i2_max_x * ps_ctxt->a_wd[i]) / ps_ctxt->a_wd[i - 1])); in hme_coarse_process_frm_init()