Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c3122 pad_interp_recon_frm_t s_pad_interp_recon; in ihevce_enc_loop_process() local
3191 s_pad_interp_recon.u1_chroma_array_type = ps_ctxt->u1_chroma_array_type; in ihevce_enc_loop_process()
3292 s_pad_interp_recon.pu1_luma_recon = (UWORD8 *)ps_frm_recon->s_yuv_buf_desc.pv_y_buf; in ihevce_enc_loop_process()
3293 s_pad_interp_recon.i4_luma_recon_stride = ps_frm_recon->s_yuv_buf_desc.i4_y_strd; in ihevce_enc_loop_process()
3303 s_pad_interp_recon.pu1_chrm_recon = (UWORD8 *)ps_frm_recon->s_yuv_buf_desc.pv_u_buf; in ihevce_enc_loop_process()
3304 s_pad_interp_recon.i4_chrm_recon_stride = ps_frm_recon->s_yuv_buf_desc.i4_uv_strd; in ihevce_enc_loop_process()
3306 s_pad_interp_recon.i4_ctb_size = ps_frm_ctb_prms->i4_ctb_size; in ihevce_enc_loop_process()
3330 s_pad_interp_recon.pu1_sbpel_hxfy = ps_frm_recon->apu1_y_sub_pel_planes[0]; in ihevce_enc_loop_process()
3336 s_pad_interp_recon.pu1_sbpel_fxhy = ps_frm_recon->apu1_y_sub_pel_planes[1]; in ihevce_enc_loop_process()
3342 s_pad_interp_recon.pu1_sbpel_hxhy = ps_frm_recon->apu1_y_sub_pel_planes[2]; in ihevce_enc_loop_process()
[all …]