Home | History | Annotate | Download | only in src

Lines Matching refs:subpel_pred

65     uint8 *subpel_pred = (uint8*) encvid->subpel_pred; // all 16 sub-pel positions
78 GenerateHalfPelPred(subpel_pred, ncand, lx);
146 void GenerateHalfPelPred(uint8* subpel_pred, uint8 *ncand, int lx)
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 + V2Q_H0Q * SUBPEL_PRED_BLK_SIZE; /* 10th array 18x17 */