HomeSort by relevance Sort by last modified time
    Searched full:probs (Results 1 - 14 of 14) sorted by null

  /external/libvpx/vp8/common/
treecoder.c 113 vp8_prob probs [ /* n-1 */ ],
137 probs[t] = p < 256 ? (p ? p : 1) : 255; /* agree w/old version for now */
140 probs[t] = vp8_prob_half;
treecoder.h 70 vp8_prob probs [ /* n-1 */ ],
77 /* Variant of above using coder spec rather than hardwired 8-bit probs. */
83 vp8_prob probs [ /* n-1 */ ],
onyxc_int.h 41 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */
  /external/libvpx/vp8/decoder/
onyxd_int.h 46 UINT8 Probs[12];
detokenize.c 41 UINT8 Probs[12];
190 split = 1 + (((range-1) * vp8d_token_extra_bits2[t].Probs[bits_count]) >> 8); \
decodframe.c 690 /* Read the probs used to decode the segment id for each macro block. */
  /external/quake/quake/src/QW/client/
docs.txt 94 FIXME: don't need to pass all baselines, uninitialized probs?
  /external/quake/quake/src/QW/
qw2do.txt 38 x- work on pmodel/emodel stuff, gl probs?
  /external/libvpx/vp8/decoder/arm/
detokenize.asm 156 add r3, r0, r7 ; &teb_ptr->Probs[bits_count]
  /external/libvpx/vp8/encoder/
onyx_int.h 75 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */
bitstream.c     [all...]
mcomp.c     [all...]
  /external/bzip2/
CHANGES 174 * Modified makefile-msc to fix minor build probs on Win2k.
bzip2.c 174 Only here to avoid probs with 64-bit platforms.
    [all...]

Completed in 88 milliseconds