search for: _extra_bits

Displaying 4 results from an estimated 4 matches for "_extra_bits".

2005 Aug 20
0
[PATCH] remove some FZIGZAG
...decode.c --- ../mergeSTATE/test/lib/decode.c 2005-08-17 09:58:23.000000000 +0200 +++ test/lib/decode.c 2005-08-20 11:19:04.052143250 +0200 @@ -1083,53 +1083,53 @@ to. This is updated before the function returns.*/ typedef void (*oc_token_expand_func)(int _token,int _extra_bits, - ogg_int16_t _dct_coeffs[64],int *_zzi); + ogg_int16_t _dct_coeffs[128],int *_zzi); /*Expands a zero run token.*/ void oc_token_expand_zrl(int _token,int _extra_bits, - ogg_int16_t _dct_coeffs[64],int *_zzi){ + ogg_int16_t _dct_coeffs[128],int *_zzi){ int zzi; zzi=*_zzi; - do _dct_coef...
2004 Aug 06
0
No subject
/*Determines the number of blocks or coefficients to be skipped for a given token value. _token: The token value to skip. _extra_bits: The extra bits attached to this token. Return: A positive value indicates that number of coefficients are to be skipped in the current block. Otherwise, the negative of the return value indicates that number of blocks are to be ended. 0 will never be returned, so that at least one coefficient in o...
2005 Mar 23
0
[PATCH]
...t_vtable opt_vtable; + ogg_uint32_t cpu_flags; }oc_theora_state; - /*The function type used to fill in the chroma plane motion vectors for a macro block when 4 different motion vectors are specified in the luma plane. @@ -344,13 +361,20 @@ int oc_dct_token_skip(int _token,int _extra_bits); +/* + +Function converted to function pointers + void oc_frag_recon_intra(unsigned char *_dst,int _dst_ystride, const ogg_int16_t *_residue); -void oc_frag_recon_inter(unsigned char *_dst,int _dst_ystride, +void oc_frag_recon_inter (unsigned char *_dst,int _dst_ystride, const unsigned cha...
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...t_vtable opt_vtable; + ogg_uint32_t cpu_flags; }oc_theora_state; - /*The function type used to fill in the chroma plane motion vectors for a macro block when 4 different motion vectors are specified in the luma plane. @@ -344,13 +361,20 @@ int oc_dct_token_skip(int _token,int _extra_bits); +/* + +Function converted to function pointers + void oc_frag_recon_intra(unsigned char *_dst,int _dst_ystride, const ogg_int16_t *_residue); -void oc_frag_recon_inter(unsigned char *_dst,int _dst_ystride, +void oc_frag_recon_inter (unsigned char *_dst,int _dst_ystride, const unsigned cha...