Home
last modified time | relevance | path

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

/external/libavc/common/
Dih264_weighted_pred.h80 typedef void ih264_weighted_pred_ft(UWORD8 *puc_src,
/external/libavc/decoder/
Dih264d_inter_pred.c84 void ih264d_copy_2d1d(UWORD8 *puc_src, in ih264d_copy_2d1d() argument
93 memcpy(puc_dest, puc_src, ui16_widthToFill); in ih264d_copy_2d1d()
95 puc_src += ui16_srcWidth; in ih264d_copy_2d1d()