search for: oc_token_skip_eob6

Displaying 2 results from an estimated 2 matches for "oc_token_skip_eob6".

2004 Aug 06
0
No subject
...be returned, so that at least one coefficient in one block will always be decoded for every token.*/ int oc_dct_token_skip(int _token,int _extra_bits){ i.e., skip is never 0 by design. Part of the assumptions are that you can only ever have at most one token per coefficient. However, try changing oc_token_skip_eob6 (internal.c:121) to read: static int oc_token_skip_eob6(int _token,int _extra_bits){ - if(!_extra_bits)return -INT_MAX; + if(!_extra_bits)return -(INT_MAX>>1); return -_extra_bits; } (The purpose of this code is described in section 7.7.1 of the spec. Step 7(b) is not implemented literally,...
2005 Jul 20
1
MMX IDCT for theora-exp
...0.0019 13 0.0033 dump theora_granule_time 10 0.0018 1 2.6e-04 dump oc_state_loop_filter_init 6 0.0011 100 0.0258 dump oc_state_frag_copy 6 0.0011 5 0.0013 dump oc_token_skip_eob6 5 8.9e-04 2 5.2e-04 dump oc_clc_mode_unpack 5 8.9e-04 5 0.0013 dump oc_state_init 3 5.3e-04 0 0 dump oc_set_chroma_mvs00 2 3.5e-04 0 0 dump oc...