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

  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 110 vp8_prob prob_last; member in struct:VP8D_COMP
decodemv.c 172 pbi->prob_last = (vp8_prob)vp8_read_literal(bc, 8);
358 if (vp8_read(bc, pbi->prob_last))
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 979 int prob_last,
985 assert(prob_last >= 0);
986 assert(prob_last <= 255);
991 + vp8_cost_zero(prob_last);
993 + vp8_cost_one(prob_last)
996 + vp8_cost_one(prob_last)
    [all...]
encodeframe.c 40 int prob_last,
    [all...]

Completed in 53 milliseconds