Searched refs:bilin_base (Results 1 – 4 of 4) sorted by relevance
122 encvid->bilin_base[0][0] = subpel_pred + V2Q_H2Q * SUBPEL_PRED_BLK_SIZE; in InitMotionSearchModule()123 encvid->bilin_base[0][1] = subpel_pred + V2Q_H0Q * SUBPEL_PRED_BLK_SIZE + 1; in InitMotionSearchModule()124 encvid->bilin_base[0][2] = subpel_pred + V0Q_H2Q * SUBPEL_PRED_BLK_SIZE + 24; in InitMotionSearchModule()125 encvid->bilin_base[0][3] = subpel_pred + REF_CENTER; in InitMotionSearchModule()128 encvid->bilin_base[1][0] = subpel_pred + V0Q_H2Q * SUBPEL_PRED_BLK_SIZE; in InitMotionSearchModule()129 encvid->bilin_base[1][1] = subpel_pred + REF_CENTER - 24; in InitMotionSearchModule()130 encvid->bilin_base[1][2] = subpel_pred + V2Q_H2Q * SUBPEL_PRED_BLK_SIZE; in InitMotionSearchModule()131 encvid->bilin_base[1][3] = subpel_pred + V2Q_H0Q * SUBPEL_PRED_BLK_SIZE + 1; in InitMotionSearchModule()133 encvid->bilin_base[2][0] = subpel_pred + REF_CENTER - 24; in InitMotionSearchModule()134 encvid->bilin_base[2][1] = subpel_pred + V0Q_H2Q * SUBPEL_PRED_BLK_SIZE + 1; in InitMotionSearchModule()[all …]
112 GenerateQuartPelPred(encvid->bilin_base[hmin], &(encvid->qpel_cand[0][0]), hmin); in AVCFindHalfPelMB()518 void GenerateQuartPelPred(uint8 **bilin_base, uint8 *qpel_cand, int hpel_pos) in GenerateQuartPelPred() argument524 uint8 *tl = bilin_base[0]; in GenerateQuartPelPred()525 uint8 *tr = bilin_base[1]; in GenerateQuartPelPred()526 uint8 *bl = bilin_base[2]; in GenerateQuartPelPred()527 uint8 *br = bilin_base[3]; in GenerateQuartPelPred()
415 uint8 *bilin_base[9][4]; /* pointer to 4 position at top left of bilinear quarter-pel */ member
649 void GenerateQuartPelPred(uint8 **bilin_base, uint8 *qpel_pred, int hpel_pos);