Searched refs:uv_mode (Results 1 - 25 of 50) sorted by relevance

12

/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_debugmodes.c65 print_mi_data(cm, mvs, "UV Modes:", offsetof(MB_MODE_INFO, uv_mode));
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_debugmodes.c64 print_mi_data(cm, mvs, "UV Modes:", offsetof(MB_MODE_INFO, uv_mode));
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/vp8/common/
H A Ddebugmodes.c72 fprintf(mvs, "%2d ", mi[mb_index].mbmi.uv_mode);
H A Dblockd.h157 uint8_t mode, uv_mode; member in struct:__anon13048
H A Dreconintra.c164 switch (x->mode_info_context->mbmi.uv_mode)
/external/libvpx/libvpx/vp8/common/
H A Ddebugmodes.c72 fprintf(mvs, "%2d ", mi[mb_index].mbmi.uv_mode);
H A Dblockd.h157 uint8_t mode, uv_mode; member in struct:__anon24839
H A Dreconintra.c164 switch (x->mode_info_context->mbmi.uv_mode)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c44 int mode = x->mode_info_context->mbmi.uv_mode;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeintra.c31 x->e_mbd.mode_info_context->mbmi.uv_mode = DC_PRED;
/external/libvpx/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c44 int mode = x->mode_info_context->mbmi.uv_mode;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c31 x->e_mbd.mode_info_context->mbmi.uv_mode = DC_PRED;
/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/decoder/
H A Derror_concealment.c391 mi->mbmi.uv_mode = DC_PRED;
583 mb->mode_info_context->mbmi.uv_mode = DC_PRED;
H A Ddecodemv.c73 mi->mbmi.uv_mode = read_uv_mode(bc, vp8_kf_uv_mode_prob);
571 mbmi->uv_mode = read_uv_mode(bc, pbi->common.fc.uv_mode_prob);
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c393 mi->mbmi.uv_mode = DC_PRED;
585 mb->mode_info_context->mbmi.uv_mode = DC_PRED;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Dreconintra_neon.c110 const int mode = x->mode_info_context->mbmi.uv_mode;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c505 mode = plane == 0 ? mbmi->mode : mbmi->uv_mode;
525 mode = plane == 0 ? mbmi->mode : mbmi->uv_mode;
545 mode = plane == 0 ? mbmi->mode : mbmi->uv_mode;
565 mode = plane == 0 ? get_y_mode(xd->mi[0], block) : mbmi->uv_mode;

Completed in 426 milliseconds

12