Home
last modified time | relevance | path

Searched refs:c_prev (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmb_motion_comp.cpp141 PIXEL *c_comp, *c_prev; in MBMotionComp() local
234 c_prev = prev->yChan; in MBMotionComp()
235 if (!c_prev) { in MBMotionComp()
278 GetPredAdvBTable[ypred&1][xpred&1](c_prev + (xpred >> 1) + ((ypred >> 1)*width), in MBMotionComp()
285 GetPredOutside(xpred, ypred, c_prev, in MBMotionComp()
313 GetPredAdvBTable[ypred&1][xpred&1](c_prev + (xpred >> 1) + ((ypred >> 1)*width), in MBMotionComp()
320 GetPredOutside(xpred, ypred, c_prev, in MBMotionComp()
349 GetPredAdvBTable[ypred&1][xpred&1](c_prev + (xpred >> 1) + ((ypred >> 1)*width), in MBMotionComp()
356 GetPredOutside(xpred, ypred, c_prev, in MBMotionComp()
386 GetPredAdvBTable[ypred&1][xpred&1](c_prev + (xpred >> 1) + ((ypred >> 1)*width), in MBMotionComp()
[all …]
Dmp4dec_lib.h147 uint8 *c_prev, /* i */
161 uint8 *c_prev, /* i */
178 uint8 *c_prev,
187 uint8 *c_prev, /* i */
194 uint8 *c_prev, /* i */
201 uint8 *c_prev, /* i */
208 uint8 *c_prev, /* i */
219 uint8 *c_prev,
237 void PutSKIPPED_MB(uint8 *comp, uint8 *c_prev, int width);
238 void PutSKIPPED_B(uint8 *comp, uint8 *c_prev, int width);
Dget_pred_outside.cpp244 uint8 *c_prev, /* i */ in GetPredOutside() argument
276 prev = c_prev; in GetPredOutside()
305 prev = c_prev + (ypos >> 1) * width; in GetPredOutside()
332 prev = c_prev + width * (height - 8); in GetPredOutside()
366 prev = c_prev + (xpos >> 1) - xoffset; in GetPredOutside()
399 prev = c_prev + width * (height - 8) + (xpos >> 1) - xoffset; in GetPredOutside()
432 prev = c_prev + width - 8; in GetPredOutside()
460 prev = c_prev + (ypos >> 1) * width + width - 8; in GetPredOutside()
489 prev = c_prev + width * (height - 8) + width - 8; in GetPredOutside()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_comp.cpp37 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec,
44 void get_MB(UChar *c_prev, UChar *c_prev_u , UChar *c_prev_v,
48 UChar *c_prev, /* i */
55 UChar *c_prev, /* i */
62 UChar *c_prev, /* i */
69 UChar *c_prev, /* i */
105 UChar *c_prev, *cu_prev, *cv_prev; in getMotionCompensatedMB() local
136 c_prev = prevVop->yChan; in getMotionCompensatedMB()
142 EncPrediction_INTER(xpred, ypred, c_prev, c_rec, in getMotionCompensatedMB()
163 c_prev = prevVop->yChan; in getMotionCompensatedMB()
[all …]
Dmp4enc_lib.h102 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,
111 void get_MB(UChar *c_prev, UChar *c_prev_u , UChar *c_prev_v,