Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c4946 ps_ctxt->as_cu_prms[0].s_recon_datastore.apv_chroma_recon_bufs[0] = in ihevce_enc_loop_init()
4948 ps_ctxt->as_cu_prms[1].s_recon_datastore.apv_chroma_recon_bufs[0] = in ihevce_enc_loop_init()
4951 ps_ctxt->as_cu_prms[0].s_recon_datastore.apv_chroma_recon_bufs[0] = NULL; in ihevce_enc_loop_init()
4952 ps_ctxt->as_cu_prms[1].s_recon_datastore.apv_chroma_recon_bufs[0] = NULL; in ihevce_enc_loop_init()
4956 ps_ctxt->as_cu_prms[0].s_recon_datastore.apv_chroma_recon_bufs[1] = in ihevce_enc_loop_init()
4958 ps_ctxt->as_cu_prms[0].s_recon_datastore.apv_chroma_recon_bufs[2] = in ihevce_enc_loop_init()
4960 ps_ctxt->as_cu_prms[1].s_recon_datastore.apv_chroma_recon_bufs[1] = in ihevce_enc_loop_init()
4962 ps_ctxt->as_cu_prms[1].s_recon_datastore.apv_chroma_recon_bufs[2] = in ihevce_enc_loop_init()
4965 ps_ctxt->as_cu_prms[0].s_recon_datastore.apv_chroma_recon_bufs[1] = NULL; in ihevce_enc_loop_init()
4966 ps_ctxt->as_cu_prms[0].s_recon_datastore.apv_chroma_recon_bufs[2] = NULL; in ihevce_enc_loop_init()
[all …]
Dihevce_enc_loop_utils.c5381 ps_final_prms->s_recon_datastore.apv_chroma_recon_bufs[0]; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
6679 ->apv_chroma_recon_bufs[1 + (num_tus_in_cu > 1)]) + in ihevce_intra_chroma_pred_mode_selector()
7124 aps_recon_datastore[0]->apv_chroma_recon_bufs[1 + (num_tus_in_cu > 1)]; // in ihevce_intra_chroma_pred_mode_selector()
7267 pu1_recon = (UWORD8 *)ps_recon_datastore->apv_chroma_recon_bufs[0]; in ihevce_chroma_cu_prcs_rdopt()
9363 ((UWORD8 *)ps_recon_datastore->apv_chroma_recon_bufs in ihevce_final_rdopt_mode_prcs()
9457 ((UWORD8 *)ps_recon_datastore->apv_chroma_recon_bufs in ihevce_final_rdopt_mode_prcs()
9869 ((UWORD8 *)ps_recon_datastore->apv_chroma_recon_bufs in ihevce_final_rdopt_mode_prcs()
9930 ((UWORD8 *)ps_recon_datastore->apv_chroma_recon_bufs in ihevce_final_rdopt_mode_prcs()
Dihevce_enc_loop_structs.h473 void *apv_chroma_recon_bufs[3]; member