Searched refs:ps_pic_bufs (Results 1 – 1 of 1) sorted by relevance
1696 recon_pic_buf_t *ps_pic_bufs[IHEVCE_MAX_NUM_BITRATES]; in ihevce_mem_manager_init() local1730 ps_pic_bufs[i] = (recon_pic_buf_t *)ps_memtab->pv_base; in ihevce_mem_manager_init()1806 ps_pic_bufs[i]; //check the index of pps [i] should be first or last index?!! in ihevce_mem_manager_init()1808 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()1814 ps_pic_bufs[i]->apu1_y_sub_pel_planes[0] = ((i == 0) ? pu1_subpel_buf : NULL); in ihevce_mem_manager_init()1815 ps_pic_bufs[i]->apu1_y_sub_pel_planes[1] = in ihevce_mem_manager_init()1817 ps_pic_bufs[i]->apu1_y_sub_pel_planes[2] = in ihevce_mem_manager_init()[all …]