HomeSort by relevance Sort by last modified time
    Searched refs:xpred (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 150 int xpred, ypred; local
256 xpred = (int)((xpos << 1) + px[0]);
271 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) &&
277 GetPredAdvBTable[ypred&1][xpred&1](c_prev + (xpred >> 1) + ((ypred >> 1)*width),
284 GetPredOutside(xpred, ypred, c_prev,
292 xpred = (int)(((xpos + B_SIZE) << 1) + px[1]);
307 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) &
    [all...]
pp_semaphore_luma.cpp 23 xpred = x-axis coordinate of the MB used for prediction (int)
113 int xpred, /* i */
139 if (xpred >= 0 && xpred <= ((width << 1) - (2*MB_SIZE)) && ypred >= 0 &&
153 mmvx = xpred >> 4;
254 mmvx = (xpred + ((kk & 1) << 3)) >> 4;
pp_semaphore_chroma_inter.cpp 23 xpred = x-axis coordinate of the block used for prediction (int)
112 int xpred, /* i */
137 mmvx = xpred >> 4; /* block x coor */
mp4dec_lib.h 132 int xpred, /* i */
145 int xpred, /* i */
175 int xpred, /* i */
191 int xpred, /* i */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 110 Int xpred, ypred; local
138 xpred = (xpos << 1) + dx ;
142 EncPrediction_INTER(xpred, ypred, c_prev, c_rec,
151 xpred = xpos + dx;
157 EncPrediction_Chrom(xpred, ypred, cu_prev, cv_prev, cu_rec, cv_rec,
179 xpred = xpos + dx;
181 EncPrediction_Chrom(xpred, ypred, cu_prev, cv_prev, cu_rec, cv_rec,
201 Int xpred, /* i */
209 c_prev += (xpred >> 1) + ((ypred >> 1) * lx);
211 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1)
249 Int ypred, xpred; local
    [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,
108 void EncPrediction_Chrom(Int xpred, Int ypred, UChar *cu_prev, UChar *cv_prev, UChar *cu_rec,

Completed in 59 milliseconds