HomeSort by relevance Sort by last modified time
    Searched refs:uv_mode_prob (Results 1 - 13 of 13) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 44 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob,
ratectrl.c 193 vp8_copy(cc->uv_mode_prob, cpi->common.fc.uv_mode_prob);
228 vp8_copy(cpi->common.fc.uv_mode_prob, cc->uv_mode_prob);
    [all...]
onyx_int.h 80 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ member in struct:__anon29811
bitstream.c 95 x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count);
484 write_uv_mode(w, mi->uv_mode, pc->fc.uv_mode_prob);
    [all...]
  /external/libvpx/libvpx/vp8/common/
entropymode.c 98 memcpy(x->fc.uv_mode_prob, vp8_uv_mode_prob, sizeof(vp8_uv_mode_prob));
onyxc_int.h 43 vp8_prob uv_mode_prob[VP8_UV_MODES - 1]; member in struct:frame_contexts
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 46 vpx_prob uv_mode_prob[INTRA_MODES][INTRA_MODES - 1]; member in struct:frame_contexts
vp9_entropymode.c 324 vp9_copy(fc->uv_mode_prob, default_if_uv_probs);
369 vpx_tree_merge_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i],
370 counts->uv_mode[i], fc->uv_mode_prob[i]);
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 157 pbi->common.fc.uv_mode_prob[i] = (vp8_prob)vp8_read_literal(bc, 8);
470 mbmi->uv_mode = read_uv_mode(bc, pbi->common.fc.uv_mode_prob);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 84 fc->uv_mode_prob[i], vp9_intra_mode_tree);
vp9_bitstream.c 286 write_intra_mode(w, mi->uv_mode, cm->fc->uv_mode_prob[mode]);
    [all...]
vp9_encoder.c 163 // uv_mode_prob
167 (pre_fc->uv_mode_prob[i][j] - cur_fc->uv_mode_prob[i][j]);
169 pre_last_prob = MAX_PROB - pre_fc->uv_mode_prob[i][INTRA_MODES - 2];
170 cur_last_prob = MAX_PROB - cur_fc->uv_mode_prob[i][INTRA_MODES - 2];
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 44 read_intra_mode(r, cm->fc->uv_mode_prob[y_mode]);

Completed in 301 milliseconds