HomeSort by relevance Sort by last modified time
    Searched defs:mvcost (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 50 int mvcost; local
73 mvcost = MV_COST_S(lambda_motion, mot->x, mot->y, cmvx, cmvy);
75 dmin += mvcost;
82 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
83 d += mvcost;
89 satd_min = d - mvcost;
106 mvcost = MV_COST_S(lambda_motion, mot->x + xq[q], mot->y + yq[q], cmvx, cmvy);
107 d += mvcost;
112 satd_min = d - mvcost;
motion_est.cpp 988 int mvcost; local
1280 int mvcost; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 89 int **mvcost; member in struct:macroblock
  /external/libvpx/libvpx/vp8/encoder/
block.h 100 int *mvcost[2]; member in struct:macroblock
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 100 int *mvcost[2]; member in struct:macroblock
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 124 int **mvcost; member in struct:macroblock

Completed in 1776 milliseconds