Searched refs:c_rec (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | motion_comp.cpp | 106 UChar *c_rec, *cu_rec, *cv_rec; in getMotionCompensatedMB() local 126 c_rec = video->predictedMB; in getMotionCompensatedMB() 142 EncPrediction_INTER(xpred, ypred, c_prev, c_rec, in getMotionCompensatedMB() 167 EncPrediction_INTER4V(xpos, ypos, mot, c_prev, c_rec, in getMotionCompensatedMB() 204 UChar *c_rec, /* i */ in EncPrediction_INTER() argument 211 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); in EncPrediction_INTER() 214 c_rec += B_SIZE; in EncPrediction_INTER() 216 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); in EncPrediction_INTER() 219 c_rec += (16 << 3) - B_SIZE; /* padding */ in EncPrediction_INTER() 221 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); in EncPrediction_INTER() [all …]
|
D | mp4enc_lib.h | 102 void EncPrediction_INTER(Int xpred, Int ypred, UChar *c_prev, UChar *c_rec, 105 void EncPrediction_INTER4V(Int xpred, Int ypred, MOT *mot, UChar *c_prev, UChar *c_rec,
|