OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_rec
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp
106
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
, lx, round1)
[
all
...]
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
,
Completed in 311 milliseconds