Searched refs:block_state (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dtrace_gfs2.h372 u8 block_state),
374 TP_ARGS(ip, block, len, block_state),
381 __field( u8, block_state )
389 __entry->block_state = block_state;
397 block_state_name(__entry->block_state))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeflate.c64 } block_state; typedef in typeref:enum:__anon18832
66 typedef block_state (*compress_func) (deflate_state *s, int flush);
70 static block_state deflate_stored (deflate_state *s, int flush);
71 static block_state deflate_fast (deflate_state *s, int flush);
72 static block_state deflate_slow (deflate_state *s, int flush);
393 block_state bstate;
845 static block_state deflate_stored(
904 static block_state deflate_fast(
998 static block_state deflate_slow(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsnowdec.c152 if(level==s->block_max_depth || get_rac(&s->c, &s->block_state[4 + s_context])){
162 type= get_rac(&s->c, &s->block_state[1 + left->type + top->type]) ? BLOCK_INTRA : 0;
166 l += get_symbol(&s->c, &s->block_state[32], 1);
167 cb+= get_symbol(&s->c, &s->block_state[64], 1);
168 cr+= get_symbol(&s->c, &s->block_state[96], 1);
171 ref= get_symbol(&s->c, &s->block_state[128 + 1024 + 32*ref_context], 0);
177 mx+= get_symbol(&s->c, &s->block_state[128 + 32*(mx_context + 16*!!ref)], 1);
178 my+= get_symbol(&s->c, &s->block_state[128 + 32*(my_context + 16*!!ref)], 1);
H A Dsnowenc.c301 uint8_t p_state[sizeof(s->block_state)];
302 uint8_t i_state[sizeof(s->block_state)];
342 assert(sizeof(s->block_state) >= 256);
436 memcpy(p_state, s->block_state, sizeof(s->block_state));
465 memcpy(i_state, s->block_state, sizeof(s->block_state));
491 put_rac(&s->c, &s->block_state[4 + s_context], 0);
509 memcpy(s->block_state, i_state, sizeof(s->block_state));
[all...]
H A Dsnow.c82 memset(s->block_state, MID_STATE, sizeof(s->block_state));
H A Dsnow.h120 uint8_t block_state[128 + 32*128]; member in struct:SnowContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnowdec.c151 if(level==s->block_max_depth || get_rac(&s->c, &s->block_state[4 + s_context])){
161 type= get_rac(&s->c, &s->block_state[1 + left->type + top->type]) ? BLOCK_INTRA : 0;
165 l += get_symbol(&s->c, &s->block_state[32], 1);
167 cb+= get_symbol(&s->c, &s->block_state[64], 1);
168 cr+= get_symbol(&s->c, &s->block_state[96], 1);
172 ref= get_symbol(&s->c, &s->block_state[128 + 1024 + 32*ref_context], 0);
178 mx+= get_symbol(&s->c, &s->block_state[128 + 32*(mx_context + 16*!!ref)], 1);
179 my+= get_symbol(&s->c, &s->block_state[128 + 32*(my_context + 16*!!ref)], 1);
H A Dsnowenc.c213 uint8_t p_state[sizeof(s->block_state)];
214 uint8_t i_state[sizeof(s->block_state)];
254 av_assert0(sizeof(s->block_state) >= 256);
348 memcpy(p_state, s->block_state, sizeof(s->block_state));
380 memcpy(i_state, s->block_state, sizeof(s->block_state));
408 put_rac(&s->c, &s->block_state[4 + s_context], 0);
426 memcpy(s->block_state, i_state, sizeof(s->block_state));
[all...]
H A Dsnow.c100 memset(s->block_state, MID_STATE, sizeof(s->block_state));
H A Dsnow.h128 uint8_t block_state[128 + 32*128]; member in struct:SnowContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon4138
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
901 block_state bstate;
1564 local block_state deflate_stored(s, flush)
1628 local block_state deflate_fas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon2759
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
899 block_state bstate;
1562 local block_state deflate_stored(s, flush)
1626 local block_state deflate_fas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon798
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
788 block_state bstate;
1390 local block_state deflate_stored(s, flush)
1448 local block_state deflate_fast(s, flush)
1554 local block_state deflate_slow(s, flush)
1683 local block_state deflate_rl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon7247
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
788 block_state bstate;
1390 local block_state deflate_stored(s, flush)
1448 local block_state deflate_fast(s, flush)
1554 local block_state deflate_slow(s, flush)
1683 local block_state deflate_rl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.c71 } block_state; typedef in typeref:enum:__anon7465
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
788 block_state bstate;
1390 local block_state deflate_stored(s, flush)
1448 local block_state deflate_fast(s, flush)
1554 local block_state deflate_slow(s, flush)
1683 local block_state deflate_rl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/
H A Dmpt2sas_ctl.c71 * enum block_state - blocking state
78 enum block_state { enum
627 struct mpt2_ioctl_command karg, void __user *mf, enum block_state state)
1575 _ctl_diag_register(void __user *arg, enum block_state state)
1865 _ctl_diag_release(void __user *arg, enum block_state state)
1955 _ctl_diag_read_buffer(void __user *arg, enum block_state state)
2132 enum block_state state;
2263 enum block_state state;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c610 } block_state; typedef in typeref:enum:__anon5029
612 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
616 local block_state deflate_stored OF((deflate_state *s, int flush));
617 local block_state deflate_fast OF((deflate_state *s, int flush));
618 local block_state deflate_slow OF((deflate_state *s, int flush));
1049 block_state bstate;
1566 local block_state deflate_stored(s, flush)
1624 local block_state deflate_fast(s, flush)
1717 local block_state deflate_slow(s, flush)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c610 } block_state; typedef in typeref:enum:__anon20245
612 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
616 local block_state deflate_stored OF((deflate_state *s, int flush));
617 local block_state deflate_fast OF((deflate_state *s, int flush));
618 local block_state deflate_slow OF((deflate_state *s, int flush));
1049 block_state bstate;
1566 local block_state deflate_stored(s, flush)
1624 local block_state deflate_fast(s, flush)
1717 local block_state deflate_slow(s, flush)

Completed in 456 milliseconds