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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dfindhalfpel.cpp65 uint8 *subpel_pred = (uint8*) encvid->subpel_pred; // all 16 sub-pel positions local
78 GenerateHalfPelPred(subpel_pred, ncand, lx);
146 void GenerateHalfPelPred(uint8* subpel_pred, uint8 *ncand, int lx) argument
161 dst = subpel_pred;
183 ref = subpel_pred + 2;
220 dst = subpel_pred + V0Q_H2Q * SUBPEL_PRED_BLK_SIZE; /* go to the 14th array 17x18*/
277 dst = subpel_pred + V2Q_H2Q * SUBPEL_PRED_BLK_SIZE; /* 12th array 17x17*/
327 ref = subpel_pred + 2;
328 dst = subpel_pred
[all...]
H A Davcenc_int.h410 uint32 subpel_pred[SUBPEL_PRED_BLK_SIZE/*<<2*/]; /* all 16 sub-pel positions */ member in struct:tagEncObject
H A Dmotion_est.cpp78 uint8* subpel_pred = (uint8*) encvid->subpel_pred; // all 16 sub-pel positions local
110 encvid->hpel_cand[0] = subpel_pred + REF_CENTER;
111 encvid->hpel_cand[1] = subpel_pred + V2Q_H0Q * SUBPEL_PRED_BLK_SIZE + 1 ;
112 encvid->hpel_cand[2] = subpel_pred + V2Q_H2Q * SUBPEL_PRED_BLK_SIZE + 1;
113 encvid->hpel_cand[3] = subpel_pred + V0Q_H2Q * SUBPEL_PRED_BLK_SIZE + 25;
114 encvid->hpel_cand[4] = subpel_pred + V2Q_H2Q * SUBPEL_PRED_BLK_SIZE + 25;
115 encvid->hpel_cand[5] = subpel_pred + V2Q_H0Q * SUBPEL_PRED_BLK_SIZE + 25;
116 encvid->hpel_cand[6] = subpel_pred + V2Q_H2Q * SUBPEL_PRED_BLK_SIZE + 24;
117 encvid->hpel_cand[7] = subpel_pred
[all...]

Completed in 114 milliseconds