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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 63 int mvcost; local
86 mvcost = MV_COST_S(lambda_motion, mot->x, mot->y, cmvx, cmvy);
88 dmin += mvcost;
95 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
96 d += mvcost;
102 satd_min = d - mvcost;
119 mvcost = MV_COST_S(lambda_motion, mot->x + xq[q], mot->y + yq[q], cmvx, cmvy);
120 d += mvcost;
125 satd_min = d - mvcost;
motion_est.cpp 988 int mvcost; local
1280 int mvcost; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
block.h 100 int *mvcost[2]; member in struct:macroblock
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_block.h 123 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
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 124 int **mvcost; 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 70 milliseconds