Searched refs:uv_mode_prob (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmodecosts.c50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
H A Dratectrl.c235 vp8_copy(cc->uv_mode_prob, cpi->common.fc.uv_mode_prob);
273 vp8_copy(cpi->common.fc.uv_mode_prob, cc->uv_mode_prob);
H A Donyx_int.h85 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ member in struct:__anon13085
H A Dbitstream.c129 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count
609 write_uv_mode(w, mi->uv_mode, pc->fc.uv_mode_prob);
/external/libvpx/libvpx/vp8/encoder/
H A Dmodecosts.c50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
H A Dratectrl.c235 vp8_copy(cc->uv_mode_prob, cpi->common.fc.uv_mode_prob);
273 vp8_copy(cpi->common.fc.uv_mode_prob, cc->uv_mode_prob);
H A Donyx_int.h88 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ member in struct:__anon24875
H A Dbitstream.c130 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count
610 write_uv_mode(w, mi->uv_mode, pc->fc.uv_mode_prob);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dentropymode.c163 vpx_memcpy(x->fc.uv_mode_prob, vp8_uv_mode_prob, sizeof(vp8_uv_mode_prob));
H A Donyxc_int.h45 vp8_prob uv_mode_prob [VP8_UV_MODES-1]; member in struct:frame_contexts
/external/libvpx/libvpx/vp8/common/
H A Dentropymode.c163 vpx_memcpy(x->fc.uv_mode_prob, vp8_uv_mode_prob, sizeof(vp8_uv_mode_prob));
H A Donyxc_int.h45 vp8_prob uv_mode_prob [VP8_UV_MODES-1]; member in struct:frame_contexts
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropymode.c318 vp9_copy(fc->uv_mode_prob, default_if_uv_probs);
380 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i],
381 counts->uv_mode[i], fc->uv_mode_prob[i]);
H A Dvp9_entropymode.h42 vp9_prob uv_mode_prob[INTRA_MODES][INTRA_MODES - 1]; member in struct:frame_contexts
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.c318 vp9_copy(fc->uv_mode_prob, default_if_uv_probs);
380 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i],
381 counts->uv_mode[i], fc->uv_mode_prob[i]);
H A Dvp9_entropymode.h42 vp9_prob uv_mode_prob[INTRA_MODES][INTRA_MODES - 1]; member in struct:frame_contexts
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodemv.c193 pbi->common.fc.uv_mode_prob[i] =
571 mbmi->uv_mode = read_uv_mode(bc, pbi->common.fc.uv_mode_prob);
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c193 pbi->common.fc.uv_mode_prob[i] =
571 mbmi->uv_mode = read_uv_mode(bc, pbi->common.fc.uv_mode_prob);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rd.c68 fc->uv_mode_prob[TM_PRED], vp9_intra_mode_tree);
H A Dvp9_bitstream.c278 write_intra_mode(w, mbmi->uv_mode, cm->fc.uv_mode_prob[mode]);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c42 cm->fc.uv_mode_prob[y_mode]);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c42 cm->fc.uv_mode_prob[y_mode]);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c281 write_intra_mode(w, mbmi->uv_mode, cm->fc.uv_mode_prob[mode]);
H A Dvp9_rdopt.c168 fc->uv_mode_prob[TM_PRED], vp9_intra_mode_tree);

Completed in 501 milliseconds