Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_inter_pred.c487 pu1_ref_pic = (UWORD8 *)ps_ref_pic_l0->s_yuv_buf_desc.pv_y_buf; in ihevce_luma_inter_pred_pu()
489 ref_pic_stride = ps_ref_pic_l0->s_yuv_buf_desc.i4_y_strd; in ihevce_luma_inter_pred_pu()
493 WORD32 min_x, max_x = ps_ref_pic_l0->s_yuv_buf_desc.i4_y_wd; in ihevce_luma_inter_pred_pu()
494 WORD32 min_y, max_y = ps_ref_pic_l0->s_yuv_buf_desc.i4_y_ht; in ihevce_luma_inter_pred_pu()
598 pu1_ref_pic = (UWORD8 *)ps_ref_pic_l1->s_yuv_buf_desc.pv_y_buf; in ihevce_luma_inter_pred_pu()
600 ref_pic_stride = ps_ref_pic_l1->s_yuv_buf_desc.i4_y_strd; in ihevce_luma_inter_pred_pu()
604 WORD32 min_x, max_x = ps_ref_pic_l1->s_yuv_buf_desc.i4_y_wd; in ihevce_luma_inter_pred_pu()
605 WORD32 min_y, max_y = ps_ref_pic_l1->s_yuv_buf_desc.i4_y_ht; in ihevce_luma_inter_pred_pu()
1110 pu1_ref_pic = (UWORD8 *)ps_ref_pic_l0->s_yuv_buf_desc.pv_u_buf; in ihevce_chroma_inter_pred_pu()
1111 ref_pic_stride = ps_ref_pic_l0->s_yuv_buf_desc.i4_uv_strd; in ihevce_chroma_inter_pred_pu()
[all …]
Dihevce_frame_process.c3114 ps_frm_recon->s_yuv_buf_desc.i4_y_ht = in ihevce_enc_frm_proc_slave_thrd()
3116 ps_frm_recon->s_yuv_buf_desc.i4_uv_ht = in ihevce_enc_frm_proc_slave_thrd()
3122 ps_frm_recon->s_yuv_buf_desc.i4_y_wd = in ihevce_enc_frm_proc_slave_thrd()
3124 ps_frm_recon->s_yuv_buf_desc.i4_uv_wd = in ihevce_enc_frm_proc_slave_thrd()
3126 ps_frm_recon->s_yuv_buf_desc.i4_y_strd = in ihevce_enc_frm_proc_slave_thrd()
3129 ps_frm_recon->s_yuv_buf_desc.i4_uv_strd = in ihevce_enc_frm_proc_slave_thrd()
4180 pv_y_buf = ps_frm_recon_temp->s_yuv_buf_desc.pv_y_buf; in ihevce_enc_frm_proc_slave_thrd()
4181 pv_u_buf = ps_frm_recon_temp->s_yuv_buf_desc.pv_u_buf; in ihevce_enc_frm_proc_slave_thrd()
4191 ps_frm_recon_temp->s_yuv_buf_desc.i4_y_wd, in ihevce_enc_frm_proc_slave_thrd()
4192 ps_frm_recon_temp->s_yuv_buf_desc.i4_y_ht, in ihevce_enc_frm_proc_slave_thrd()
[all …]
Dihevce_enc_loop_pass.c3058 memcpy(&s_curr_recon_bufs, &ps_frm_recon->s_yuv_buf_desc, sizeof(iv_enc_yuv_buf_t)); in ihevce_enc_loop_process()
3161 pu1_tmp = (UWORD8 *)ps_frm_recon->s_yuv_buf_desc.pv_y_buf; in ihevce_enc_loop_process()
3163 (vert_ctr * ps_frm_ctb_prms->i4_ctb_size * ps_frm_recon->s_yuv_buf_desc.i4_y_strd); in ihevce_enc_loop_process()
3166 s_pad_interp_recon.pu1_luma_recon = (UWORD8 *)ps_frm_recon->s_yuv_buf_desc.pv_y_buf; in ihevce_enc_loop_process()
3167 s_pad_interp_recon.i4_luma_recon_stride = ps_frm_recon->s_yuv_buf_desc.i4_y_strd; in ihevce_enc_loop_process()
3171 pu1_tmp = (UWORD8 *)ps_frm_recon->s_yuv_buf_desc.pv_u_buf; in ihevce_enc_loop_process()
3174 ps_frm_recon->s_yuv_buf_desc.i4_uv_strd); in ihevce_enc_loop_process()
3177 s_pad_interp_recon.pu1_chrm_recon = (UWORD8 *)ps_frm_recon->s_yuv_buf_desc.pv_u_buf; in ihevce_enc_loop_process()
3178 s_pad_interp_recon.i4_chrm_recon_stride = ps_frm_recon->s_yuv_buf_desc.i4_uv_strd; in ihevce_enc_loop_process()
3202 (vert_ctr * ps_frm_ctb_prms->i4_ctb_size * ps_frm_recon->s_yuv_buf_desc.i4_y_strd); in ihevce_enc_loop_process()
[all …]
Dihevce_memory_init.c1779 ps_pic_bufs[i]->s_yuv_buf_desc.i4_size = sizeof(iv_enc_yuv_buf_t); in ihevce_mem_manager_init()
1780 ps_pic_bufs[i]->s_yuv_buf_desc.pv_y_buf = pv_recon_buf[i]; in ihevce_mem_manager_init()
1781 ps_pic_bufs[i]->s_yuv_buf_desc.pv_v_buf = NULL; in ihevce_mem_manager_init()
1783 ps_pic_bufs[i]->s_yuv_buf_desc.pv_u_buf = pv_uv_recon_buf[i]; in ihevce_mem_manager_init()
1846 ps_pic_bufs->s_yuv_buf_desc.i4_size = sizeof(iv_enc_yuv_buf_t); in ihevce_mem_manager_init()
1847 ps_pic_bufs->s_yuv_buf_desc.pv_y_buf = NULL; in ihevce_mem_manager_init()
1848 ps_pic_bufs->s_yuv_buf_desc.pv_u_buf = NULL; in ihevce_mem_manager_init()
1849 ps_pic_bufs->s_yuv_buf_desc.pv_v_buf = NULL; in ihevce_mem_manager_init()
Dhme_subpel.c668 … (UWORD8 *)(ps_inter_ctb_prms->pps_rec_list_l0[i1_ref_idx]->s_yuv_buf_desc.pv_y_buf) + in hme_compute_pred_and_evaluate_bi()
699 … (UWORD8 *)(ps_inter_ctb_prms->pps_rec_list_l1[i1_ref_idx]->s_yuv_buf_desc.pv_y_buf) + in hme_compute_pred_and_evaluate_bi()
800 ->s_yuv_buf_desc.pv_y_buf) + in hme_compute_pred_and_evaluate_bi()
826 ->s_yuv_buf_desc.pv_y_buf) + in hme_compute_pred_and_evaluate_bi()
Dihevce_enc_structs.h1010 iv_enc_yuv_buf_t s_yuv_buf_desc; member
Dihevce_me_pass.c736 iv_enc_yuv_buf_t *ps_yuv_desc = (iv_enc_yuv_buf_t *)&ps_recon_pic->s_yuv_buf_desc; in ihevc_me_update_ref_desc()