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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
vp8_entropymodedata.h 113 const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES-1] = variable
  /external/libvpx/libvpx/vp8/common/
vp8_entropymodedata.h 113 const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES-1] = variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
vp8_entropymodedata.h 113 const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES-1] = variable
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 780 write_uv_mode(bc, (m++)->mbmi.uv_mode, vp8_kf_uv_mode_prob); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 781 write_uv_mode(bc, (m++)->mbmi.uv_mode, vp8_kf_uv_mode_prob); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 781 write_uv_mode(bc, (m++)->mbmi.uv_mode, vp8_kf_uv_mode_prob); local
    [all...]

Completed in 5542 milliseconds