Home | History | Annotate | Download | only in encoder

Lines Matching refs:a_wd

702     if(ps_prms->a_wd[n_layers - 1] < 2 * (MIN_WD_COARSE))
741 S32 *a_wd,
752 wd = a_wd[1];
1139 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS];
1215 memcpy(a_wd, ps_prms->a_wd, sizeof(S32) * ps_prms->num_simulcast_layers);
1221 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht);
1245 ps_frm_ctxt->i4_wd = a_wd[0];
1248 memcpy(ps_ctxt->a_wd, a_wd, sizeof(S32)*n_tot_layers);
1269 wd = a_wd[j];
1323 wd = a_wd[j];
1747 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS];
1798 memcpy(a_wd, ps_prms->a_wd, sizeof(S32) * ps_prms->num_simulcast_layers);
1804 n_tot_layers = hme_derive_num_layers(1, a_wd, a_ht, a_disp_wd, a_disp_ht);
1823 memcpy(ps_ctxt->a_wd, a_wd, sizeof(S32) * n_tot_layers);
1840 wd = a_wd[j];
1918 wd = a_wd[j];
1977 wd = a_wd[n_tot_layers - 1];
2290 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS];
2301 *a_wd = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width +
2310 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht);
2315 n_tot_layers, &a_ht[0], &a_wd[0], &ai4_num_vert_units_in_lyr[0]);
2357 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS];
2370 *a_wd = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width +
2378 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht);
2383 n_tot_layers, &a_ht[0], &a_wd[0], &ai4_num_vert_units_in_lyr[0]);
2395 GET_NUM_BLKS_IN_PIC(a_wd[i], a_ht[i], blk_size_shift, num_blks_in_row, num_blks_in_pic);
2465 WORD32 a_wd[MAX_NUM_HME_LAYERS], a_ht[MAX_NUM_HME_LAYERS];
2478 *a_wd = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width +
2485 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht);
2865 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS];
2867 memcpy(a_wd, p_wd, n_enc_layers * sizeof(S32));
2878 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht);
2891 ps_ctxt->i4_wd = a_wd[0];
2902 wd = a_wd[j];
2935 S32 a_wd[MAX_NUM_LAYERS], a_ht[MAX_NUM_LAYERS];
2937 memcpy(a_wd, p_wd, n_enc_layers * sizeof(S32));
2945 n_tot_layers = hme_derive_num_layers(n_enc_layers, a_wd, a_ht, a_disp_wd, a_disp_ht);
2958 memcpy(ps_ctxt->a_wd, a_wd, sizeof(S32) * n_tot_layers);
2969 wd = a_wd[j];
3276 wd = ps_ctxt->a_wd[i - 1];
4410 i2_max_x = (S16)FLOOR8(((i2_max_x * ps_ctxt->a_wd[i]) / ps_ctxt->a_wd[i - 1]));