Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_subpel_gen.c419 ihevc_pad_left_chroma_ft *pf_pad_left_chroma = ps_func_selector->ihevc_pad_left_chroma_fptr; in ihevce_recon_padding() local
526 pf_pad_left_chroma); in ihevce_recon_padding()
569 ihevc_pad_left_chroma_ft *pf_pad_left_chroma = ps_func_selector->ihevc_pad_left_chroma_fptr; in ihevce_pad_interp_recon_src_ctb() local
630 pf_pad_left_chroma); in ihevce_pad_interp_recon_src_ctb()
658 pf_pad_left_chroma); in ihevce_pad_interp_recon_src_ctb()
679 pf_pad_left_chroma); in ihevce_pad_interp_recon_src_ctb()
/external/libavc/encoder/x86/
Dih264e_function_selector_ssse3.c162 ps_codec->pf_pad_left_chroma = ih264_pad_left_chroma_ssse3; in ih264e_init_function_ptr_ssse3()
/external/libavc/decoder/x86/
Dih264d_function_selector_ssse3.c129 ps_codec->pf_pad_left_chroma = ih264_pad_left_chroma_ssse3; in ih264d_init_function_ptr_ssse3()
/external/libavc/decoder/arm/
Dih264d_function_selector_av8.c137 ps_codec->pf_pad_left_chroma = ih264_pad_left_chroma_av8; in ih264d_init_function_ptr_av8()
Dih264d_function_selector_a9q.c141 ps_codec->pf_pad_left_chroma = ih264_pad_left_chroma_a9q; in ih264d_init_function_ptr_a9q()
/external/libavc/decoder/
Dih264d_function_selector_generic.c155 ps_codec->pf_pad_left_chroma = ih264_pad_left_chroma; in ih264d_init_function_ptr_generic()
Dih264d_deblocking.c919 ps_dec->pf_pad_left_chroma(ps_tfr_cxt->pu1_src_u + 4, in ih264d_deblock_picture_mbaff()
1056 ps_dec->pf_pad_left_chroma(ps_tfr_cxt->pu1_src_u + 4, in ih264d_deblock_picture_non_mbaff()
1170 ps_dec->pf_pad_left_chroma(ps_tfr_cxt->pu1_src_u + 4, in ih264d_deblock_picture_progressive()
Dih264d_structs.h1376 ih264_pad *pf_pad_left_chroma; member
/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c206 ps_codec->pf_pad_left_chroma = ih264_pad_left_chroma_av8; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c196 ps_codec->pf_pad_left_chroma = ih264_pad_left_chroma_a9q; in ih264e_init_function_ptr_neon_a9q()
/external/libavc/encoder/
Dih264e_function_selector_generic.c208 ps_codec->pf_pad_left_chroma = ih264_pad_left_chroma; in ih264e_init_function_ptr_generic()
Dih264e_process.c1577 ps_codec->pf_pad_left_chroma(pu1_curr_pic_chroma, i4_rec_strd, i4_pad_ht >> 1, PAD_LEFT); in ih264e_pad_recon_buffer()
1715 ps_codec->pf_pad_left_chroma(pu1_curr_pic_chroma, i4_rec_strd, MB_SIZE >> 1, PAD_LEFT); in ih264e_dblk_pad_hpel_processing_n_mbs()
1777 …ps_codec->pf_pad_left_chroma(ps_deblk->pu1_cur_pic_chroma - i4_rec_strd * BLK8x8SIZE, i4_rec_strd,… in ih264e_dblk_pad_hpel_processing_n_mbs()
1887 … ps_codec->pf_pad_left_chroma(pu1_pad_src_chroma, i4_rec_strd, BLK8x8SIZE, PAD_LEFT); in ih264e_dblk_pad_hpel_processing_n_mbs()
1896 … ps_codec->pf_pad_left_chroma(pu1_pad_src_chroma, i4_rec_strd, BLK8x8SIZE, PAD_LEFT); in ih264e_dblk_pad_hpel_processing_n_mbs()
Dih264e_structs.h2727 pf_pad pf_pad_left_chroma; member