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.c3105 ps_frm_recon->s_yuv_buf_desc.i4_y_ht = in ihevce_enc_frm_proc_slave_thrd()
3107 ps_frm_recon->s_yuv_buf_desc.i4_uv_ht = in ihevce_enc_frm_proc_slave_thrd()
3113 ps_frm_recon->s_yuv_buf_desc.i4_y_wd = in ihevce_enc_frm_proc_slave_thrd()
3115 ps_frm_recon->s_yuv_buf_desc.i4_uv_wd = in ihevce_enc_frm_proc_slave_thrd()
3117 ps_frm_recon->s_yuv_buf_desc.i4_y_strd = in ihevce_enc_frm_proc_slave_thrd()
3120 ps_frm_recon->s_yuv_buf_desc.i4_uv_strd = in ihevce_enc_frm_proc_slave_thrd()
4164 pv_y_buf = ps_frm_recon_temp->s_yuv_buf_desc.pv_y_buf; in ihevce_enc_frm_proc_slave_thrd()
4165 pv_u_buf = ps_frm_recon_temp->s_yuv_buf_desc.pv_u_buf; in ihevce_enc_frm_proc_slave_thrd()
4175 ps_frm_recon_temp->s_yuv_buf_desc.i4_y_wd, in ihevce_enc_frm_proc_slave_thrd()
4176 ps_frm_recon_temp->s_yuv_buf_desc.i4_y_ht, in ihevce_enc_frm_proc_slave_thrd()
[all …]
Dihevce_memory_init.c1808 ps_pic_bufs[i]->s_yuv_buf_desc.i4_size = sizeof(iv_enc_yuv_buf_t); in ihevce_mem_manager_init()
1809 ps_pic_bufs[i]->s_yuv_buf_desc.pv_y_buf = pv_recon_buf[i]; in ihevce_mem_manager_init()
1810 ps_pic_bufs[i]->s_yuv_buf_desc.pv_v_buf = NULL; in ihevce_mem_manager_init()
1812 ps_pic_bufs[i]->s_yuv_buf_desc.pv_u_buf = pv_uv_recon_buf[i]; in ihevce_mem_manager_init()
1875 ps_pic_bufs->s_yuv_buf_desc.i4_size = sizeof(iv_enc_yuv_buf_t); in ihevce_mem_manager_init()
1876 ps_pic_bufs->s_yuv_buf_desc.pv_y_buf = NULL; in ihevce_mem_manager_init()
1877 ps_pic_bufs->s_yuv_buf_desc.pv_u_buf = NULL; in ihevce_mem_manager_init()
1878 ps_pic_bufs->s_yuv_buf_desc.pv_v_buf = NULL; in ihevce_mem_manager_init()
Dihevce_enc_loop_pass.c3184 memcpy(&s_curr_recon_bufs, &ps_frm_recon->s_yuv_buf_desc, sizeof(iv_enc_yuv_buf_t)); in ihevce_enc_loop_process()
3287 pu1_tmp = (UWORD8 *)ps_frm_recon->s_yuv_buf_desc.pv_y_buf; in ihevce_enc_loop_process()
3289 (vert_ctr * ps_frm_ctb_prms->i4_ctb_size * ps_frm_recon->s_yuv_buf_desc.i4_y_strd); 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()
3297 pu1_tmp = (UWORD8 *)ps_frm_recon->s_yuv_buf_desc.pv_u_buf; in ihevce_enc_loop_process()
3300 ps_frm_recon->s_yuv_buf_desc.i4_uv_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()
3328 (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 …]
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.h1019 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()