Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_inter_pred.c957 UWORD8 *pu1_ref_u; in ih264d_motion_compensate_bp() local
960 pu1_ref_u = ps_pred->pu1_u_ref; in ih264d_motion_compensate_bp()
972 ps_dec->pf_inter_pred_chroma(pu1_ref_u, pu1_dest_u, u2_ref_wd_uv, in ih264d_motion_compensate_bp()
1136 UWORD8 *pu1_ref_u; in ih264d_motion_compensate_mp() local
1169 pu1_ref_u = ps_pred->pu1_dma_dest_addr; in ih264d_motion_compensate_mp()
1177 pu1_ref_u = ps_pred->pu1_u_ref; in ih264d_motion_compensate_mp()
1208 ps_dec->pf_inter_pred_chroma(pu1_ref_u, pu1_dest_u, in ih264d_motion_compensate_mp()
1399 UWORD8 *pu1_ref_y, *pu1_ref_u; in ih264d_multiplex_ref_data() local
1420 pu1_ref_u = ps_pred->pu1_dma_dest_addr; in ih264d_multiplex_ref_data()
1426 pu1_ref_u = ps_pred->pu1_u_ref; in ih264d_multiplex_ref_data()
[all …]
/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c113 UWORD8 pu1_ref_u, pu1_ref_v; in ihevc_intra_pred_chroma_ref_substitution_a9q() local
284 pu1_ref_u = pu1_dst[2 * nbr_id_from_bl]; in ihevc_intra_pred_chroma_ref_substitution_a9q()
288 pu1_dst[i] = pu1_ref_u; in ihevc_intra_pred_chroma_ref_substitution_a9q()
351 pu1_ref_u = pu1_dst[2 * nbr_id_from_bl]; in ihevc_intra_pred_chroma_ref_substitution_a9q()
355 pu1_dst[i] = pu1_ref_u; in ihevc_intra_pred_chroma_ref_substitution_a9q()
/external/libhevc/common/
Dihevc_chroma_intra_pred_filters.c144 UWORD8 pu1_ref_u, pu1_ref_v; in ihevc_intra_pred_chroma_ref_substitution() local
315 pu1_ref_u = pu1_dst[2 * nbr_id_from_bl]; in ihevc_intra_pred_chroma_ref_substitution()
319 pu1_dst[i] = pu1_ref_u; in ihevc_intra_pred_chroma_ref_substitution()
382 pu1_ref_u = pu1_dst[2 * nbr_id_from_bl]; in ihevc_intra_pred_chroma_ref_substitution()
386 pu1_dst[i] = pu1_ref_u; in ihevc_intra_pred_chroma_ref_substitution()