Searched defs:c_rec (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp106 UChar *c_rec, *cu_rec, *cv_rec; local
126 c_rec = video->predictedMB;
142 EncPrediction_INTER(xpred, ypred, c_prev, c_rec,
167 EncPrediction_INTER4V(xpos, ypos, mot, c_prev, c_rec,
204 UChar *c_rec, /* i */
211 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
214 c_rec += B_SIZE;
216 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
219 c_rec += (16 << 3) - B_SIZE; /* padding */
221 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, l
200 EncPrediction_INTER( Int xpred, Int ypred, UChar *c_prev, UChar *c_rec, Int lx, Int round1 ) argument
239 EncPrediction_INTER4V( Int xpos, Int ypos, MOT *mot, UChar *c_prev, UChar *c_rec, Int lx, Int round1 ) argument
[all...]

Completed in 938 milliseconds