Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c4671 UWORD8 *pu1_base = (UWORD8 *)ps_mem_tab[ENC_LOOP_CHROMA_PRED_INTRA].pv_base + in ihevce_enc_loop_init() local
4676 ps_ctxt->s_chroma_rdopt_ctxt.as_chr_intra_satd_ctxt[i].pv_pred_data = pu1_base; in ihevce_enc_loop_init()
4677 pu1_base += pred_buf_size; in ihevce_enc_loop_init()
4686 UWORD8 *pu1_base = (UWORD8 *)ps_mem_tab[ENC_LOOP_REF_SUB_OUT].pv_base + in ihevce_enc_loop_init() local
4689 ps_ctxt->pv_ref_sub_out = pu1_base + INTRAPRED_SIMD_LEFT_PADDING; in ihevce_enc_loop_init()
4697 UWORD8 *pu1_base = (UWORD8 *)ps_mem_tab[ENC_LOOP_REF_FILT_OUT].pv_base + in ihevce_enc_loop_init() local
4700 ps_ctxt->pv_ref_filt_out = pu1_base + INTRAPRED_SIMD_LEFT_PADDING; in ihevce_enc_loop_init()
4711 UWORD8 *pu1_base = (UWORD8 *)ps_mem_tab[ENC_LOOP_CU_RECUR_LUMA_RECON].pv_base + in ihevce_enc_loop_init() local
4714 ps_ctxt->pv_cu_luma_recon = pu1_base; in ihevce_enc_loop_init()
4721 UWORD8 *pu1_base = in ihevce_enc_loop_init() local
[all …]