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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
entropymv.h 23 mv_max = 1023, /* max absolute value of a MV component */ enumerator in enum:__anon17678
24 MVvals = (2 * mv_max) + 1, /* # possible values "" */
  /external/libvpx/libvpx/vp8/common/
entropymv.h 23 mv_max = 1023, /* max absolute value of a MV component */ enumerator in enum:__anon8542
24 MVvals = (2 * mv_max) + 1, /* # possible values "" */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
entropymv.h 23 mv_max = 1023, /* max absolute value of a MV component */ enumerator in enum:__anon19725
24 MVvals = (2 * mv_max) + 1, /* # possible values "" */

Completed in 40 milliseconds