Home
last modified time | relevance | path

Searched refs:i4_offset_x (Results 1 – 14 of 14) sorted by relevance

/external/libavc/encoder/svc/
Disvce_core_coding.h93 #define IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y) \ argument
95 i4_offset_x = (u4_blk_id % 4) << 2; \
101 #define IND2SUB_CHROMA_MB(u4_blk_id, i4_offset_x, i4_offset_y) \ argument
103 i4_offset_x = ((u4_blk_id & 0x1) << 3) + IS_V_BLK(u4_blk_id); \
Disvce_core_coding.c318 WORD32 i4_offset_x, i4_offset_y; in isvce_luma_16x16_idctrans_iquant_itrans_recon() local
391 IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y); in isvce_luma_16x16_idctrans_iquant_itrans_recon()
395 ((UWORD8 *) ps_pred->pv_data) + i4_offset_x + i4_offset_y * ps_pred->i4_data_stride; in isvce_luma_16x16_idctrans_iquant_itrans_recon()
397 ((UWORD8 *) ps_recon->pv_data) + i4_offset_x + i4_offset_y * ps_recon->i4_data_stride; in isvce_luma_16x16_idctrans_iquant_itrans_recon()
399 ((WORD16 *) ps_res->pv_data) + i4_offset_x + i4_offset_y * ps_res->i4_data_stride; in isvce_luma_16x16_idctrans_iquant_itrans_recon()
400 s_res_pred.pv_data = ((WORD16 *) ps_res_pred->pv_data) + i4_offset_x + in isvce_luma_16x16_idctrans_iquant_itrans_recon()
414 IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y); in isvce_luma_16x16_idctrans_iquant_itrans_recon()
424 ((UWORD8 *) ps_pred->pv_data) + i4_offset_x + i4_offset_y * ps_pred->i4_data_stride; in isvce_luma_16x16_idctrans_iquant_itrans_recon()
426 ((UWORD8 *) ps_recon->pv_data) + i4_offset_x + i4_offset_y * ps_recon->i4_data_stride; in isvce_luma_16x16_idctrans_iquant_itrans_recon()
428 ((WORD16 *) ps_res->pv_data) + i4_offset_x + i4_offset_y * ps_res->i4_data_stride; in isvce_luma_16x16_idctrans_iquant_itrans_recon()
[all …]
Disvce_ibl_eval.c159 return (((i4_pixel_pos - ps_layer_props->i4_offset_x) * in isvce_get_scaled_pixel_pos()
552 ps_layer_props->i4_offset_x = i4_scaled_ref_layer_left_offset / ps_layer_props->u4_sub_wd; in isvce_ibl_layer_state_init()
Disvce_structs.h184 WORD32 i4_offset_x; member
Disvce_residual_pred.c576 return (((i4_pixel_pos - ps_layer_props->i4_offset_x) * in isvce_get_scaled_pixel_pos()
Disvce_utils.c2800 ps_layer_props->i4_offset_x = i4_scaled_ref_layer_left_offset / ps_layer_props->u4_sub_wd; in isvce_layer_resampler_props_init()
/external/libavc/encoder/
Dih264e_core_coding.c309 WORD32 i4_offset_x, i4_offset_y; in ih264e_luma_16x16_idctrans_iquant_itrans_recon() local
364 IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
367 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
368 pu1_cur_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
389 IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
391 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
392 pu1_cur_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
409 IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
411 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
412 pu1_cur_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
[all …]
Dih264e_core_coding.h91 #define IND2SUB_LUMA_MB(u4_blk_id,i4_offset_x,i4_offset_y) \ argument
93 i4_offset_x = (u4_blk_id % 4) << 2; \
97 #define IND2SUB_CHROMA_MB(u4_blk_id,i4_offset_x,i4_offset_y) \ argument
99 i4_offset_x = ((u4_blk_id & 0x1 ) << 3) + (u4_blk_id > 3); \
/external/libavc/decoder/svc/
Disvcd_residual_resamp.c128 WORD32 i4_offset_x, i4_offset_y; in isvcd_residual_chroma_dyadic_alt() local
137 i4_offset_x = ps_x_off_len_chroma[u2_mb_x].i2_offset; in isvcd_residual_chroma_dyadic_alt()
150 i4_mb_x = i4_offset_x >> 3; in isvcd_residual_chroma_dyadic_alt()
162 i4_mb_x = (i4_offset_x + 4) >> 3; in isvcd_residual_chroma_dyadic_alt()
168 i4_mb_x = i4_offset_x >> 3; in isvcd_residual_chroma_dyadic_alt()
175 i4_mb_x = (i4_offset_x + 4) >> 3; in isvcd_residual_chroma_dyadic_alt()
191 if(i4_offset_x >= 0) in isvcd_residual_chroma_dyadic_alt()
1983 WORD32 i4_offset_x, i4_offset_y; in isvcd_residual_samp_mb_dyadic() local
1993 i4_offset_x = ps_x_off_len_luma[u2_mb_x].i2_offset; in isvcd_residual_samp_mb_dyadic()
2004 i4_mb_x = ((i4_offset_x + 1) >> MB_WIDTH_SHIFT); in isvcd_residual_samp_mb_dyadic()
[all …]
Disvcd_resamp_svc.c2237 WORD32 i4_offset_x, i4_offset_y; in svcd_residual_chroma_dyadic_alt() local
2246 i4_offset_x = ps_x_off_len_chroma[u2_mb_x].i2_offset; in svcd_residual_chroma_dyadic_alt()
2259 i4_mb_x = i4_offset_x >> 3; in svcd_residual_chroma_dyadic_alt()
2272 i4_mb_x = (i4_offset_x + 4) >> 3; in svcd_residual_chroma_dyadic_alt()
2280 i4_mb_x = i4_offset_x >> 3; in svcd_residual_chroma_dyadic_alt()
2289 i4_mb_x = (i4_offset_x + 4) >> 3; in svcd_residual_chroma_dyadic_alt()
2307 if(i4_offset_x >= 0) in svcd_residual_chroma_dyadic_alt()
2310 if(0 == ((i4_offset_x + 1) & 7)) in svcd_residual_chroma_dyadic_alt()
3180 WORD32 i4_offset_x, i4_offset_y; in svcd_residual_samp_mb_dyadic() local
3190 i4_offset_x = ps_x_off_len_luma[u2_mb_x].i2_offset; in svcd_residual_samp_mb_dyadic()
[all …]
Disvcd_mode_mv_resamp.h92 WORD32 i4_offset_x; /*!< scaled ref layer left offset. will member
Disvcd_process_epslice.c1842 WORD32 i4_offset_x, i4_offset_y; in isvcd_process_residual_resample_mb() local
1844 i4_offset_x = ps_x_off_len_luma[ps_cur_mb_info->u2_mbx].i2_offset; in isvcd_process_residual_resample_mb()
1848 if(0 <= i4_offset_x) in isvcd_process_residual_resample_mb()
1851 if(!(i4_offset_x >= i4_ref_x_luma)) in isvcd_process_residual_resample_mb()
1855 i4_inp_luma_offset += (i4_offset_x - i4_ref_x_luma); in isvcd_process_residual_resample_mb()
1868 i4_offset_x = ps_x_off_len_chroma[ps_cur_mb_info->u2_mbx].i2_offset; in isvcd_process_residual_resample_mb()
1872 if(0 <= i4_offset_x) in isvcd_process_residual_resample_mb()
1875 if(!(i4_offset_x >= i4_ref_x_chroma)) in isvcd_process_residual_resample_mb()
1879 i4_inp_chroma_offset += (i4_offset_x - i4_ref_x_chroma) << 1; in isvcd_process_residual_resample_mb()
Disvcd_mode_mv_resamp.c1235 i4_x = i4_part_frm_x - ps_lyr_mem->i4_offset_x; in isvcd_motion_scale_crop_wdw_change()
2969 WORD32 i4_offset_x, i4_offset_y; in isvcd_compute_scaled_offsets() local
2986 i4_offset_x = ps_curr_res_prms->s_ref_lyr_scaled_offset.i2_left; in isvcd_compute_scaled_offsets()
3027 i4_scale_add_x = (1 << (i4_shift_x - 1)) - (i4_offset_x * (WORD32) i4_scale_x); in isvcd_compute_scaled_offsets()
3156 ps_lyr_mem->i4_offset_x = ps_curr_lyr_res_prms->s_ref_lyr_scaled_offset.i2_left; in isvcd_comp_mode_mv_res_init()
Disvcd_intra_resamp.c4114 WORD32 i4_offset_x, i4_offset_y; in isvcd_intra_resamp_populate_list() local
4252 i4_offset_x = i4_scaled_ref_layer_left_offset / i4_sub_wd; in isvcd_intra_resamp_populate_list()
4371 i4_x_refmin16 = (WORD64) (((WORD64) (i4_i - i4_offset_x) * i4_scale_x + i4_add_x) >> in isvcd_intra_resamp_populate_list()
4376 (WORD64) (((WORD64) (i4_i + i4_mb_wd - 1 - i4_offset_x) * i4_scale_x + i4_add_x) >> in isvcd_intra_resamp_populate_list()
4517 i4_x_ref16 = (WORD64) (((WORD64) (i4_xc - i4_offset_x) * i4_scale_x + i4_add_x) >> in isvcd_intra_resamp_populate_list()