Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Davcdec_lib.h130 void VertInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch,
Dpred_inter.cpp293 VertInterp1MC(ref, picwidth, pred, pred_pitch, blkwidth, blkheight, dy); in LumaMotionComp()
299 VertInterp1MC(&temp[2][0], 24, pred, pred_pitch, blkwidth, blkheight, dy); in LumaMotionComp()
1062 void VertInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, in VertInterp1MC() function