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

/external/chromium_org/third_party/libwebp/enc/
H A Dtree.c300 static void PutUVMode(VP8BitWriter* const bw, int uv_mode) { argument
301 if (VP8PutBit(bw, uv_mode != DC_PRED, 142)) {
302 if (VP8PutBit(bw, uv_mode != V_PRED, 114)) {
303 VP8PutBit(bw, uv_mode != H_PRED, 183); // else: TM_PRED
/external/webp/src/enc/
H A Dtree.c300 static void PutUVMode(VP8BitWriter* const bw, int uv_mode) { argument
301 if (VP8PutBit(bw, uv_mode != DC_PRED, 142)) {
302 if (VP8PutBit(bw, uv_mode != V_PRED, 114)) {
303 VP8PutBit(bw, uv_mode != H_PRED, 183); // else: TM_PRED
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropymode.h59 unsigned int uv_mode[INTRA_MODES][INTRA_MODES]; member in struct:__anon13110
H A Dvp9_blockd.h136 PREDICTION_MODE uv_mode; member in struct:__anon13106
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.h59 unsigned int uv_mode[INTRA_MODES][INTRA_MODES]; member in struct:__anon24902
H A Dvp9_blockd.h132 MB_PREDICTION_MODE uv_mode; member in struct:__anon24896
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c41 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/
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);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dblockd.h157 uint8_t mode, uv_mode; member in struct:__anon13048
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h157 uint8_t mode, uv_mode; member in struct:__anon24839
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c673 mbmi->uv_mode = DC_PRED;
3530 const PREDICTION_MODE uv_mode = mi->mbmi.uv_mode; local
3544 ++counts->uv_mode[y_mode][uv_mode];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2600 xd->mi[0]->mbmi.uv_mode = DC_PRED;
2706 mbmi->uv_mode = mode;
3518 const MB_PREDICTION_MODE uv_mode = mi->mbmi.uv_mode; local
3532 ++counts->uv_mode[y_mode][uv_mode];

Completed in 3308 milliseconds