Searched refs:VertInterp1MC (Results 1 – 2 of 2) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | avcdec_lib.h | 130 void VertInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch,
|
D | pred_inter.cpp | 293 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
|