Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_utils.c2923 recon_datastore_t *ps_recon_datastore; in ihevce_intra_rdopt_cu_ntu() local
2974 ps_recon_datastore = &ps_final_prms->s_recon_datastore; in ihevce_intra_rdopt_cu_ntu()
3190 ps_recon_datastore->u1_is_lumaRecon_available = 1; in ihevce_intra_rdopt_cu_ntu()
3194 ps_recon_datastore->u1_is_lumaRecon_available = 0; in ihevce_intra_rdopt_cu_ntu()
3291 pu1_recon = ((UWORD8 *)ps_recon_datastore->apv_luma_recon_bufs[curr_intra_buf_idx]) + in ihevce_intra_rdopt_cu_ntu()
3651 pu1_recon = ((UWORD8 *)ps_recon_datastore->apv_luma_recon_bufs[best_intra_buf_idx]) + in ihevce_intra_rdopt_cu_ntu()
3675 ps_recon_datastore->au1_bufId_with_winning_LumaRecon[ctr] = best_intra_buf_idx; in ihevce_intra_rdopt_cu_ntu()
3679 ps_recon_datastore->au1_bufId_with_winning_LumaRecon[ctr] = best_intra_buf_idx; in ihevce_intra_rdopt_cu_ntu()
3683 ps_recon_datastore->au1_bufId_with_winning_LumaRecon[ctr] = UCHAR_MAX; in ihevce_intra_rdopt_cu_ntu()
3841 (ps_recon_datastore->au1_bufId_with_winning_LumaRecon[0] == 0) || in ihevce_intra_rdopt_cu_ntu()
[all …]
Dihevce_enc_loop_utils.h356 recon_datastore_t *ps_recon_datastore,