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

  /external/libvpx/libvpx/vp8/encoder/
modecosts.c 41 vp8_cost_tokens(rd_costs->inter_bmode_costs, x->fc.bmode_prob, T);
bitstream.c 606 write_bmode(w, m->bmi[j].as_mode, pc->fc.bmode_prob);
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 39 vp8_prob bmode_prob [VP8_BINTRAMODES-1]; member in struct:frame_contexts
alloccommon.c 168 vp8_default_bmode_probs(oci->fc.bmode_prob);
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 566 mi->bmi[j].as_mode = read_bmode(bc, pbi->common.fc.bmode_prob);

Completed in 105 milliseconds