Searched refs:mc_subpel (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | diracdec.c | 1647 static int mc_subpel(DiracContext *s, DiracBlock *block, const uint8_t *src[5], in mc_subpel() function 1772 idx = mc_subpel(s, block, src, dstx, dsty, (block->ref&3)-1, plane); in block_mc() 1779 idx = mc_subpel(s, block, src, dstx, dsty, 0, plane); in block_mc() 1781 idx = mc_subpel(s, block, src, dstx, dsty, 1, plane); in block_mc()
|
Completed in 4 milliseconds