Home
last modified time | relevance | path

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

/aosp_15_r20/external/libavc/encoder/svc/
H A Disvce_ibl_private_defs.h77 UWORD8 *pu1_refarray_buffer; member
H A Disvce_ibl_eval.c824 ps_layer_state->pu1_refarray_buffer = (UWORD8 *) pu1_buf; in isvce_intra_pred_ctxt_init()
825 memset(ps_layer_state->pu1_refarray_buffer, 0, TEMP_BUF_SIZE_LUMA * sizeof(UWORD8)); in isvce_intra_pred_ctxt_init()
1017 s_intra_samp_ctxt[i].pu1_refarray_buffer = ps_layer_state->pu1_refarray_buffer; in isvce_get_mb_intra_pred()
/aosp_15_r20/external/libavc/common/svc/
H A Disvc_intra_resample.h177 UWORD8 *pu1_refarray_buffer; member
H A Disvc_intra_resample.c1133 pu1_refarray_luma = ps_ctxt->pu1_refarray_buffer; in isvc_reflayer_construction_dyadic()
2401 pu1_refarray_1 = ps_ctxt->pu1_refarray_buffer; in isvc_reflayer_construction()
2413 pu1_refarray_1 = ps_ctxt->pu1_refarray_buffer; in isvc_reflayer_construction()
2924 pu1_refarray = ps_ctxt->pu1_refarray_buffer; in isvc_interpolate_intra_base()
3104 pu1_refarray_luma = ps_ctxt->pu1_refarray_buffer; in isvc_intra_samp_mb_dyadic()
/aosp_15_r20/external/libavc/decoder/svc/
H A Disvcd_resamp_svc.h516 UWORD8 *pu1_refarray_buffer; /*!< buffer to store the reference member
H A Disvcd_intra_resamp.h561 UWORD8 *pu1_refarray_buffer; /*!< buffer to store the reference member
H A Disvcd_intra_resamp.c1876 pu1_refarray_1 = ps_ctxt->pu1_refarray_buffer; in isvcd_reflayer_construction()
1887 pu1_refarray_1 = ps_ctxt->pu1_refarray_buffer; in isvcd_reflayer_construction()
2079 pu1_refarray_luma = ps_ctxt->pu1_refarray_buffer; in isvcd_reflayer_construction_dyadic()
3583 pu1_refarray_luma = ps_ctxt->pu1_refarray_buffer; in isvcd_intra_resamp_mb_dyadic()
3709 pu1_refarray = ps_ctxt->pu1_refarray_buffer; in isvcd_interpolate_intra_base()
H A Disvcd_resamp_svc.c570 pu1_refarray_luma = ps_ctxt->pu1_refarray_buffer; in svcd_reflayer_construction_dyadic()
2117 pu1_refarray_luma = ps_ctxt->pu1_refarray_buffer; in svcd_intra_samp_mb_dyadic()
H A Disvcd_api.c1377 pf_aligned_free(pv_mem_ctxt, ps_ctxt->pu1_refarray_buffer); in isvcd_intra_resample_ctxt_free()
1813 ps_ctxt->pu1_refarray_buffer = pv_buf; in isvcd_intra_resample_ctxt_create()
/aosp_15_r20/external/libavc/decoder/arm/svc/
H A Disvcd_intra_resamp_neon.c418 pu1_refarray = ps_ctxt->pu1_refarray_buffer; in isvcd_interpolate_intra_base_neonintr()
/aosp_15_r20/external/libavc/decoder/x86/svc/
H A Disvcd_intra_resamp_sse42.c654 pu1_refarray = ps_ctxt->pu1_refarray_buffer; in isvcd_interpolate_intra_base_sse42()