Searched refs:i4_strd (Results 1 – 13 of 13) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_ilf_padding.c | 158 * ps_codec->i4_strd); in ihevcd_ilf_pad_frame() 161 + (i4_ctb_y * ctb_size * ps_codec->i4_strd / 2); in ihevcd_ilf_pad_frame() 173 …ctor.ihevc_pad_left_luma_fptr(pu1_cur_ctb_luma - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_… in ihevcd_ilf_pad_frame() 174 ….ihevc_pad_left_chroma_fptr(pu1_cur_ctb_chroma - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_… in ihevcd_ilf_pad_frame() 187 …ht_luma_fptr(pu1_cur_ctb_luma + cols_remaining - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_… in ihevcd_ilf_pad_frame() 188 …hroma_fptr(pu1_cur_ctb_chroma + cols_remaining - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_… in ihevcd_ilf_pad_frame() 197 …ihevc_pad_top(ps_deblk_ctxt->pu1_cur_pic_luma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_… in ihevcd_ilf_pad_frame() 198 …ihevc_pad_top(ps_deblk_ctxt->pu1_cur_pic_chroma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_widt… in ihevcd_ilf_pad_frame() 200 …pu1_buf = ps_deblk_ctxt->pu1_cur_pic_luma + ps_codec->i4_strd * ps_sps->i2_pic_height_in_luma_samp… in ihevcd_ilf_pad_frame() 202 …ihevc_pad_bottom(pu1_buf, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD, PAD_BO… in ihevcd_ilf_pad_frame() [all …]
|
D | ihevcd_process_slice.c | 976 * ps_codec->i4_strd); in ihevcd_process() 979 + (ps_proc->i4_ctb_y * ctb_size * ps_codec->i4_strd / 2); in ihevcd_process() 1214 * ps_codec->i4_strd); in ihevcd_process() 1217 + (ps_proc->i4_ctb_y * ctb_size * ps_codec->i4_strd / 2); in ihevcd_process() 1223 …c_pad_left_luma_fptr(ps_proc->pu1_cur_ctb_luma - 8 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_… in ihevcd_process() 1224 …_left_chroma_fptr(ps_proc->pu1_cur_ctb_chroma - 16 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_… in ihevcd_process() 1236 * ps_codec->i4_strd); in ihevcd_process() 1239 + (ps_proc->i4_ctb_y * ctb_size * ps_codec->i4_strd / 2); in ihevcd_process() 1247 …ps_proc->pu1_cur_pic_chroma + (ps_sps->i2_pic_height_in_luma_samples / 2 - 16) * ps_codec->i4_strd, in ihevcd_process() 1248 … ps_codec->i4_strd, 16, PAD_LEFT); in ihevcd_process() [all …]
|
D | ihevcd_fmt_conv.c | 736 …pu1_luma += ps_codec->i4_strd * ps_sps->i2_pic_crop_top_offset * crop_unit_y + ps_sps->i2_pic_c… in ihevcd_fmt_conv() 739 …pu1_chroma += ps_codec->i4_strd * ps_sps->i2_pic_crop_top_offset + ps_sps->i2_pic_crop_left_offse… in ihevcd_fmt_conv() 754 pu1_y_src = pu1_luma + cur_row * ps_codec->i4_strd; in ihevcd_fmt_conv() 755 pu1_uv_src = pu1_chroma + (cur_row / 2) * ps_codec->i4_strd; in ihevcd_fmt_conv() 764 if(diff == (ps_codec->i4_strd * PAD_TOP + PAD_LEFT)) in ihevcd_fmt_conv() 767 pu1_u_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fmt_conv() 770 pu1_v_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fmt_conv() 848 ps_codec->i4_strd, in ihevcd_fmt_conv() 849 ps_codec->i4_strd, in ihevcd_fmt_conv() 875 pu1_y_src += ps_codec->i4_strd; in ihevcd_fmt_conv() [all …]
|
D | ihevcd_deblk.c | 213 src_strd = ps_codec->i4_strd; in ihevcd_deblk_ctb() 228 …c_luma + ((ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_deblk->ps_codec->i4_strd) << (log2_ctb_siz… in ihevcd_deblk_ctb() 229 pu1_src += i4_is_last_ctb_y ? ps_deblk->ps_codec->i4_strd << log2_ctb_size : 0; in ihevcd_deblk_ctb() 369 …c_luma + ((ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_deblk->ps_codec->i4_strd) << log2_ctb_size… in ihevcd_deblk_ctb() 511 …chroma + ((ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_deblk->ps_codec->i4_strd / 2) << log2_ctb_… in ihevcd_deblk_ctb() 512 pu1_src += i4_is_last_ctb_y ? (ps_deblk->ps_codec->i4_strd / 2) << log2_ctb_size : 0; in ihevcd_deblk_ctb() 658 …chroma + ((ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_deblk->ps_codec->i4_strd / 2) << log2_ctb_… in ihevcd_deblk_ctb()
|
D | ihevcd_utils.c | 496 luma_samples = (ps_codec->i4_strd) * in ihevcd_pic_buf_mgr_add_bufs() 515 ps_pic_buf->pu1_luma = pu1_buf + ps_codec->i4_strd * PAD_TOP + PAD_LEFT; in ihevcd_pic_buf_mgr_add_bufs() 518 ps_pic_buf->pu1_chroma = pu1_buf + ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT; in ihevcd_pic_buf_mgr_add_bufs() 528 strd = ps_codec->i4_strd; in ihevcd_pic_buf_mgr_add_bufs() 589 ps_pic_buf->pu1_luma += ps_codec->i4_strd * PAD_TOP + PAD_LEFT; in ihevcd_pic_buf_mgr_add_bufs() 590 ps_pic_buf->pu1_chroma += ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT; in ihevcd_pic_buf_mgr_add_bufs()
|
D | ihevcd_decode.c | 289 if(diff == (ps_codec->i4_strd * PAD_TOP + PAD_LEFT)) in ihevcd_fill_outargs() 292 pu1_u_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fill_outargs() 295 pu1_v_dst += (ps_codec->i4_strd * PAD_TOP) / 4 + (PAD_LEFT / 2); in ihevcd_fill_outargs() 302 ps_dec_op->s_disp_frm_buf.u4_y_strd = ps_codec->i4_strd; in ihevcd_fill_outargs()
|
D | ihevcd_api.c | 903 ps_codec->i4_strd = 0; in ihevcd_set_default_params() 1031 ps_codec->i4_strd = 0; in ihevcd_init() 2731 strd = ps_codec->i4_strd; in ihevcd_set_params() 2760 ps_codec->i4_strd = strd; in ihevcd_set_params() 2985 buffer_wd = ps_codec->i4_strd; in ihevcd_get_frame_dimensions() 3007 if(ps_codec->i4_strd > buffer_wd) in ihevcd_get_frame_dimensions() 3008 buffer_wd = ps_codec->i4_strd; in ihevcd_get_frame_dimensions()
|
D | ihevcd_sao.c | 119 src_strd = ps_sao_ctxt->ps_codec->i4_strd; in ihevcd_sao_ctb() 120 …((ps_sao_ctxt->i4_ctb_x + ps_sao_ctxt->i4_ctb_y * ps_sao_ctxt->ps_codec->i4_strd) << (log2_ctb_siz… in ihevcd_sao_ctb() 121 …((ps_sao_ctxt->i4_ctb_x + ps_sao_ctxt->i4_ctb_y * ps_sao_ctxt->ps_codec->i4_strd / 2) << (log2_ctb… in ihevcd_sao_ctb() 590 src_strd = ps_sao_ctxt->ps_codec->i4_strd; in ihevcd_sao_shift_ctb() 596 …((ps_sao_ctxt->i4_ctb_x + ps_sao_ctxt->i4_ctb_y * ps_sao_ctxt->ps_codec->i4_strd) << (log2_ctb_siz… in ihevcd_sao_shift_ctb() 597 …((ps_sao_ctxt->i4_ctb_x + ps_sao_ctxt->i4_ctb_y * ps_sao_ctxt->ps_codec->i4_strd / 2) << (log2_ctb… in ihevcd_sao_shift_ctb()
|
D | ihevcd_parse_headers.c | 1945 if(ps_codec->i4_strd < ref_strd) in ihevcd_parse_sps() 1947 ps_codec->i4_strd = ref_strd; in ihevcd_parse_sps() 1960 if(ps_codec->i4_disp_strd < ps_codec->i4_strd) in ihevcd_parse_sps() 1962 ps_codec->i4_disp_strd = ps_codec->i4_strd; in ihevcd_parse_sps()
|
D | ihevcd_structs.h | 1661 WORD32 i4_strd; member
|
D | ihevcd_inter_pred.c | 182 ref_strd = ps_codec->i4_strd; in ihevcd_inter_pred_ctb()
|
D | ihevcd_iquant_itrans_recon_ctb.c | 591 pic_strd = ps_codec->i4_strd; in ihevcd_iquant_itrans_recon_ctb()
|
D | ihevcd_parse_slice.c | 3469 ps_codec->i4_strd); in ihevcd_parse_slice_data()
|