Searched refs:i4_ref_lyr_width (Results 1 – 2 of 2) sorted by relevance
1176 WORD32 i4_ref_lyr_width, i4_ref_lyr_height; in isvcd_motion_scale_crop_wdw_change() local1205 i4_ref_lyr_width = ps_lyr_mem->i4_ref_width; in isvcd_motion_scale_crop_wdw_change()1225 (((i4_curr_lyr_width + i4_dsw) << 16) + (i4_ref_lyr_width >> 1)) / i4_ref_lyr_width; in isvcd_motion_scale_crop_wdw_change()2972 UWORD32 i4_ref_lyr_width; in isvcd_compute_scaled_offsets() local2992 i4_ref_lyr_width = ps_ref_res_prms->i4_res_width; in isvcd_compute_scaled_offsets()3005 i4_shift_x = 31 - isvcd_get_ceil_log2(i4_ref_lyr_width); in isvcd_compute_scaled_offsets()3010 if((i4_ref_lyr_width > H264_MAX_FRAME_WIDTH) || in isvcd_compute_scaled_offsets()3020 i4_scale_x = (((UWORD32) i4_ref_lyr_width << i4_shift_x) + (i4_scaled_ref_lyr_width >> 1)) / in isvcd_compute_scaled_offsets()3094 WORD32 i4_ref_lyr_width; in isvcd_comp_mode_mv_res_init() local3163 i4_ref_lyr_width = ps_ctxt->i4_ref_width; in isvcd_comp_mode_mv_res_init()[all …]
4708 WORD32 i4_ref_lyr_width; in isvcd_populate_res_prms() local4711 i4_ref_lyr_width = ps_svc_ref_lyr_dec->s_res_prms.i4_res_width; in isvcd_populate_res_prms()4717 if(0 == ((ps_curr_lyr_res_prms->u2_scaled_ref_width == i4_ref_lyr_width) || in isvcd_populate_res_prms()4718 (ps_curr_lyr_res_prms->u2_scaled_ref_width == (i4_ref_lyr_width << 1)))) in isvcd_populate_res_prms()4741 if((ps_curr_lyr_res_prms->u2_scaled_ref_width == (i4_ref_lyr_width << 1)) && in isvcd_populate_res_prms()4746 else if((ps_curr_lyr_res_prms->u2_scaled_ref_width != ((i4_ref_lyr_width * 3) >> 1)) || in isvcd_populate_res_prms()