Searched refs:pu1_pred_v (Results 1 - 3 of 3) sorted by relevance

/external/libavc/decoder/
H A Dih264d_inter_pred.c314 UWORD8 *pu1_pred_u, *pu1_pred_v; local
404 pu1_pred_v = ps_ref_frm->pu1_buf3 + i4_ref_offset;
410 ps_pred->pu1_v_ref = pu1_pred_v;
715 UWORD8 *pu1_pred_u, *pu1_pred_v, u1_tmp_dma_ht; local
840 pu1_pred_v = pu1_buf3 + i4_ref_offset;
857 ps_pred->pu1_pred_v = pu1_pred_v;
862 ps_pred->pu1_v_ref = pu1_pred_v;
1163 pu1_pred = ps_pred->pu1_pred_v;
1243 pu1_pred = (ps_pred + 1)->pu1_pred_v;
[all...]
H A Dih264d_structs.h266 UWORD8 *pu1_pred_v; member in struct:__anon8622
/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c672 UWORD8 *pu1_pred = NULL, *pu1_pred_v = NULL; local
866 pu1_pred_v = pu1_pred + 1 + chroma_yuv420sp_vu_v_offset; /* Pointing to start byte of V*/
1098 ps_codec->apf_recon[func_idx](pi2_src_v, pu1_pred_v,
1113 pu1_pred_v,
1124 ps_codec->apf_itrans_recon_dc[c_idx](pu1_pred_v, pu1_dst_v,

Completed in 93 milliseconds