Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dfastcodemb.h97 void BlockIDCTMotionComp(Int *block, UChar *bitmapcol, UChar bitmaprow,
Dfastcodemb.cpp236BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | intra); in CodeMB_H263()
456BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | (intra)); in CodeMB_MPEG()
Dmp4enc_lib.h96 void BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow,
Dfastidct.cpp1857 void BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow, in BlockIDCTMotionComp() function