Searched refs:pf_pad_right_luma (Results 1 – 13 of 13) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_enc_subpel_gen.c | 144 ihevc_pad_right_luma_ft *pf_pad_right_luma = ps_func_selector->ihevc_pad_right_luma_fptr; in ihevce_subpel_padding() local 181 pu1_dst_tmp + tot_wd, stride, cpy_ht, pad_subpel_x, pad_subpel_y, pf_pad_right_luma); in ihevce_subpel_padding() 420 ihevc_pad_right_luma_ft *pf_pad_right_luma = ps_func_selector->ihevc_pad_right_luma_fptr; in ihevce_recon_padding() local 538 pf_pad_right_luma); in ihevce_recon_padding() 570 ihevc_pad_right_luma_ft *pf_pad_right_luma = ps_func_selector->ihevc_pad_right_luma_fptr; in ihevce_pad_interp_recon_src_ctb() local 687 PAD_BUF_HOR(pu1_src + wd, stride, ht, PAD_HORZ, PAD_VERT, pf_pad_right_luma); in ihevce_pad_interp_recon_src_ctb() 715 pf_pad_right_luma); in ihevce_pad_interp_recon_src_ctb() 749 pf_pad_right_luma); in ihevce_pad_interp_recon_src_ctb()
|
/external/libavc/encoder/x86/ |
D | ih264e_function_selector_ssse3.c | 163 ps_codec->pf_pad_right_luma = ih264_pad_right_luma_ssse3; in ih264e_init_function_ptr_ssse3()
|
/external/libavc/decoder/x86/ |
D | ih264d_function_selector_ssse3.c | 130 ps_codec->pf_pad_right_luma = ih264_pad_right_luma_ssse3; in ih264d_init_function_ptr_ssse3()
|
/external/libavc/decoder/arm/ |
D | ih264d_function_selector_av8.c | 138 ps_codec->pf_pad_right_luma = ih264_pad_right_luma_av8; in ih264d_init_function_ptr_av8()
|
D | ih264d_function_selector_a9q.c | 140 ps_codec->pf_pad_right_luma = ih264_pad_right_luma_a9q; in ih264d_init_function_ptr_a9q()
|
/external/libavc/decoder/ |
D | ih264d_function_selector_generic.c | 156 ps_codec->pf_pad_right_luma = ih264_pad_right_luma; in ih264d_init_function_ptr_generic()
|
D | ih264d_deblocking.c | 913 ps_dec->pf_pad_right_luma( in ih264d_deblock_picture_mbaff() 1050 ps_dec->pf_pad_right_luma( in ih264d_deblock_picture_non_mbaff() 1164 ps_dec->pf_pad_right_luma( in ih264d_deblock_picture_progressive()
|
D | ih264d_structs.h | 1377 ih264_pad *pf_pad_right_luma; member
|
/external/libavc/encoder/arm/ |
D | ih264e_function_selector_av8.c | 207 ps_codec->pf_pad_right_luma = ih264_pad_right_luma_av8; in ih264e_init_function_ptr_neon_av8()
|
D | ih264e_function_selector_a9q.c | 197 ps_codec->pf_pad_right_luma = ih264_pad_right_luma_a9q; in ih264e_init_function_ptr_neon_a9q()
|
/external/libavc/encoder/ |
D | ih264e_function_selector_generic.c | 209 ps_codec->pf_pad_right_luma = ih264_pad_right_luma; in ih264e_init_function_ptr_generic()
|
D | ih264e_process.c | 1582 ps_codec->pf_pad_right_luma(pu1_curr_pic_luma + MB_SIZE, i4_rec_strd, i4_pad_ht, PAD_RIGHT); in ih264e_pad_recon_buffer() 1721 … ps_codec->pf_pad_right_luma(pu1_curr_pic_luma + MB_SIZE, i4_rec_strd, MB_SIZE, PAD_RIGHT); in ih264e_dblk_pad_hpel_processing_n_mbs() 1783 …ps_codec->pf_pad_right_luma(ps_deblk->pu1_cur_pic_luma - i4_rec_strd * MB_SIZE + MB_SIZE, i4_rec_s… in ih264e_dblk_pad_hpel_processing_n_mbs() 1903 … ps_codec->pf_pad_right_luma(pu1_pad_src_luma, i4_rec_strd, MB_SIZE, PAD_RIGHT); in ih264e_dblk_pad_hpel_processing_n_mbs() 1912 … ps_codec->pf_pad_right_luma(pu1_pad_src_luma, i4_rec_strd, MB_SIZE, PAD_RIGHT); in ih264e_dblk_pad_hpel_processing_n_mbs()
|
D | ih264e_structs.h | 2728 pf_pad pf_pad_right_luma; member
|