Home
last modified time | relevance | path

Searched defs:subpel_pred (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dfindhalfpel.cpp52 uint8 *subpel_pred = (uint8*) encvid->subpel_pred; // all 16 sub-pel positions in AVCFindHalfPelMB() local
133 void GenerateHalfPelPred(uint8* subpel_pred, uint8 *ncand, int lx) in GenerateHalfPelPred()
Dmotion_est.cpp78 uint8* subpel_pred = (uint8*) encvid->subpel_pred; // all 16 sub-pel positions in InitMotionSearchModule() local
Davcenc_int.h410 uint32 subpel_pred[SUBPEL_PRED_BLK_SIZE/*<<2*/]; /* all 16 sub-pel positions */ member