Searched defs:bilin_base (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dfindhalfpel.cpp112 GenerateQuartPelPred(encvid->bilin_base[hmin], &(encvid->qpel_cand[0][0]), hmin);
518 void GenerateQuartPelPred(uint8 **bilin_base, uint8 *qpel_cand, int hpel_pos) argument
524 uint8 *tl = bilin_base[0];
525 uint8 *tr = bilin_base[1];
526 uint8 *bl = bilin_base[2];
527 uint8 *br = bilin_base[3];
H A Davcenc_int.h415 uint8 *bilin_base[9][4]; /* pointer to 4 position at top left of bilinear quarter-pel */ member in struct:tagEncObject

Completed in 643 milliseconds