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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymode.h 59 unsigned int uv_mode[INTRA_MODES][INTRA_MODES]; member in struct:__anon17735
vp9_blockd.h 136 PREDICTION_MODE uv_mode; member in struct:__anon17731
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 59 unsigned int uv_mode[INTRA_MODES][INTRA_MODES]; member in struct:__anon8600
vp9_blockd.h 132 MB_PREDICTION_MODE uv_mode; member in struct:__anon8594
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymode.h 59 unsigned int uv_mode[INTRA_MODES][INTRA_MODES]; member in struct:__anon19783
vp9_blockd.h 132 MB_PREDICTION_MODE uv_mode; member in struct:__anon19777
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c 41 const PREDICTION_MODE uv_mode = read_intra_mode(r, local
44 ++cm->counts.uv_mode[y_mode][uv_mode];
45 return uv_mode;
200 mbmi->uv_mode = read_intra_mode(r, vp9_kf_uv_mode_prob[mbmi->mode]);
356 mbmi->uv_mode = read_intra_mode_uv(cm, r, mbmi->mode);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 41 const MB_PREDICTION_MODE uv_mode = read_intra_mode(r, local
44 ++cm->counts.uv_mode[y_mode][uv_mode];
45 return uv_mode;
201 mbmi->uv_mode = read_intra_mode(r, vp9_kf_uv_mode_prob[mbmi->mode]);
357 mbmi->uv_mode = read_intra_mode_uv(cm, r, mbmi->mode);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 41 const MB_PREDICTION_MODE uv_mode = read_intra_mode(r, local
44 ++cm->counts.uv_mode[y_mode][uv_mode];
45 return uv_mode;
201 mbmi->uv_mode = read_intra_mode(r, vp9_kf_uv_mode_prob[mbmi->mode]);
357 mbmi->uv_mode = read_intra_mode_uv(cm, r, mbmi->mode);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
blockd.h 157 uint8_t mode, uv_mode; member in struct:__anon17673
  /external/libvpx/libvpx/vp8/common/
blockd.h 157 uint8_t mode, uv_mode; member in struct:__anon8537
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
blockd.h 157 uint8_t mode, uv_mode; member in struct:__anon19720
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 3354 const MB_PREDICTION_MODE uv_mode = mi->mbmi.uv_mode; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c 673 mbmi->uv_mode = DC_PRED;
3530 const PREDICTION_MODE uv_mode = mi->mbmi.uv_mode; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 3518 const MB_PREDICTION_MODE uv_mode = mi->mbmi.uv_mode; local
    [all...]

Completed in 699 milliseconds