Searched defs:uv_mode (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_entropymode.h59 unsigned int uv_mode[INTRA_MODES][INTRA_MODES]; member in struct:__anon1110
H A Dvp9_blockd.h132 MB_PREDICTION_MODE uv_mode; member in struct:__anon1104
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c41 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/vp8/common/
H A Dblockd.h157 uint8_t mode, uv_mode; member in struct:__anon1047
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2430 xd->mi[0]->mbmi.uv_mode = DC_PRED;
2549 mbmi->uv_mode = mode;
3354 const MB_PREDICTION_MODE uv_mode = mi->mbmi.uv_mode; local
3368 ++counts->uv_mode[y_mode][uv_mode];

Completed in 96 milliseconds