Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_inter_pred.c906 UWORD8 *puc_ref, *pu1_dest_y; in ih264d_motion_compensate_bp() local
931 puc_ref = ps_pred->pu1_y_ref; in ih264d_motion_compensate_bp()
933 puc_ref += 2; in ih264d_motion_compensate_bp()
935 puc_ref += 2 * u2_ref_wd_y; in ih264d_motion_compensate_bp()
946 ps_dec->apf_inter_pred_luma[ps_pred->u1_dydx](puc_ref, pu1_dest_y, in ih264d_motion_compensate_bp()
1009 UWORD8 *puc_ref, *pu1_dest_y, *puc_pred0, *puc_pred1; in ih264d_motion_compensate_mp() local
1072 puc_ref = ps_pred->pu1_dma_dest_addr; in ih264d_motion_compensate_mp()
1077 puc_ref = ps_pred->pu1_y_ref; in ih264d_motion_compensate_mp()
1082 puc_ref += 2; in ih264d_motion_compensate_mp()
1084 puc_ref += 2 * u2_ref_wd_y; in ih264d_motion_compensate_mp()
[all …]