Searched refs:hpel_pos (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dfindhalfpel.cpp518 void GenerateQuartPelPred(uint8 **bilin_base, uint8 *qpel_cand, int hpel_pos) argument
520 // for even value of hpel_pos, start with pattern 1, otherwise, start with pattern 2
531 if (!(hpel_pos&1)) // diamond pattern
H A Davcenc_lib.h646 \param "hpel_pos" "Best half-pel position at the center."
649 void GenerateQuartPelPred(uint8 **bilin_base, uint8 *qpel_pred, int hpel_pos);

Completed in 227 milliseconds