HomeSort by relevance Sort by last modified time
    Searched refs:cmvy (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 983 int cmvx, cmvy; /* estimated predicted MV */ local
    [all...]
avcenc_lib.h 567 \param "cmvx, cmvy" "Predicted MV value."
573 int cmvx, int cmvy);
584 \param "cmvx, cmvy" "Pointer to predicted MV (modified version)."
588 AVCEncObject *encvid, int type_pred, int *cmvx, int *cmvy);
618 \param "cmvx, cmvy" "Predicted motion vector use for mvcost."
622 int xpos, int ypos, int hp_guess, int cmvx, int cmvy);
    [all...]
findhalfpel.cpp 55 int xpos, int ypos, int hp_guess, int cmvx, int cmvy)
86 mvcost = MV_COST_S(lambda_motion, mot->x, mot->y, cmvx, cmvy);
95 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
119 mvcost = MV_COST_S(lambda_motion, mot->x + xq[q], mot->y + yq[q], cmvx, cmvy);

Completed in 51 milliseconds