Home
last modified time | relevance | path

Searched refs:i4_strd (Results 1 – 13 of 13) sorted by relevance

/external/libhevc/decoder/
Dihevcd_ilf_padding.c158 * 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 …]
Dihevcd_process_slice.c953 * ps_codec->i4_strd); in ihevcd_process()
956 + (ps_proc->i4_ctb_y * ctb_size * ps_codec->i4_strd / 2); in ihevcd_process()
1189 * ps_codec->i4_strd); in ihevcd_process()
1192 + (ps_proc->i4_ctb_y * ctb_size * ps_codec->i4_strd / 2); in ihevcd_process()
1198 …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()
1199 …_left_chroma_fptr(ps_proc->pu1_cur_ctb_chroma - 16 * ps_codec->i4_strd, ps_codec->i4_strd, pad_ht_… in ihevcd_process()
1211 * ps_codec->i4_strd); in ihevcd_process()
1214 + (ps_proc->i4_ctb_y * ctb_size * ps_codec->i4_strd / 2); in ihevcd_process()
1222 …ps_proc->pu1_cur_pic_chroma + (ps_sps->i2_pic_height_in_luma_samples / 2 - 16) * ps_codec->i4_strd, in ihevcd_process()
1223 … ps_codec->i4_strd, 16, PAD_LEFT); in ihevcd_process()
[all …]
Dihevcd_fmt_conv.c734 …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()
737 …pu1_chroma += ps_codec->i4_strd * ps_sps->i2_pic_crop_top_offset + ps_sps->i2_pic_crop_left_offse… in ihevcd_fmt_conv()
752 pu1_y_src = pu1_luma + cur_row * ps_codec->i4_strd; in ihevcd_fmt_conv()
753 pu1_uv_src = pu1_chroma + (cur_row / 2) * ps_codec->i4_strd; in ihevcd_fmt_conv()
820 ps_codec->i4_strd, in ihevcd_fmt_conv()
821 ps_codec->i4_strd, in ihevcd_fmt_conv()
838 pu1_y_src += ps_codec->i4_strd; in ihevcd_fmt_conv()
848 ps_codec->i4_strd, in ihevcd_fmt_conv()
849 ps_codec->i4_strd, in ihevcd_fmt_conv()
863 ps_codec->i4_strd, in ihevcd_fmt_conv()
[all …]
Dihevcd_deblk.c213 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()
Dihevcd_utils.c592 luma_samples = (ps_codec->i4_strd) * in ihevcd_pic_buf_mgr_add_bufs()
615 ps_pic_buf->pu1_luma = pu1_buf + ps_codec->i4_strd * PAD_TOP + PAD_LEFT; in ihevcd_pic_buf_mgr_add_bufs()
618 ps_pic_buf->pu1_chroma = pu1_buf + ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT; in ihevcd_pic_buf_mgr_add_bufs()
Dihevcd_api.c1385 ps_codec->i4_strd = 0; in ihevcd_set_default_params()
1510 ps_codec->i4_strd = 0; in ihevcd_init()
3137 strd = ps_codec->i4_strd; in ihevcd_set_display_frame()
3642 strd = ps_codec->i4_strd; in ihevcd_set_params()
3682 ps_codec->i4_strd = strd; in ihevcd_set_params()
3898 buffer_wd = ps_codec->i4_strd; in ihevcd_get_frame_dimensions()
3920 if(ps_codec->i4_strd > buffer_wd) in ihevcd_get_frame_dimensions()
3921 buffer_wd = ps_codec->i4_strd; in ihevcd_get_frame_dimensions()
Dihevcd_parse_headers.c1527 if(ps_codec->i4_strd < ref_strd) in ihevcd_parse_sps()
1529 ps_codec->i4_strd = ref_strd; in ihevcd_parse_sps()
1542 if(ps_codec->i4_disp_strd < ps_codec->i4_strd) in ihevcd_parse_sps()
1544 ps_codec->i4_disp_strd = ps_codec->i4_strd; in ihevcd_parse_sps()
Dihevcd_sao.c119 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()
589 src_strd = ps_sao_ctxt->ps_codec->i4_strd; in ihevcd_sao_shift_ctb()
595 …((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()
596 …((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()
Dihevcd_structs.h1683 WORD32 i4_strd; member
Dihevcd_inter_pred.c182 ref_strd = ps_codec->i4_strd; in ihevcd_inter_pred_ctb()
Dihevcd_decode.c253 ps_dec_op->s_disp_frm_buf.u4_y_strd = ps_codec->i4_strd; in ihevcd_fill_outargs()
Dihevcd_iquant_itrans_recon_ctb.c589 pic_strd = ps_codec->i4_strd; in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_parse_slice.c3228 ps_codec->i4_strd); in ihevcd_parse_slice_data()