Searched refs:ihevc_pad_top (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_ilf_padding.c | 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()
|
D | ihevcd_process_slice.c | 1260 …ihevc_pad_top(ps_proc->pu1_cur_pic_luma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_lum… in ihevcd_process() 1261 …ihevc_pad_top(ps_proc->pu1_cur_pic_chroma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_l… in ihevcd_process() 1314 …ihevc_pad_top(ps_proc->pu1_cur_pic_luma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_lum… in ihevcd_process() 1315 …ihevc_pad_top(ps_proc->pu1_cur_pic_chroma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_l… in ihevcd_process()
|
/external/libhevc/common/ |
D | ihevc_padding.c | 268 void ihevc_pad_top(UWORD8 *pu1_src, in ihevc_pad_top() function
|
D | ihevc_padding.h | 147 ihevc_pad_top_ft ihevc_pad_top; variable
|
/external/libhevc/encoder/ |
D | ihevce_function_selector.c | 225 ps_enc_ctxt->s_func_selector.ihevc_pad_top_fptr = &ihevc_pad_top; in ihevce_init_function_ptr_generic()
|