Searched refs:t_state (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 70 typedef struct t_state t_state; /* NFA/DFA state node. */ typedef 90 t_state * t_from; /* Incoming state. */ 91 t_state * t_to; /* Destination state. */ 97 struct t_state { struct 98 t_state * s_next; /* Next state (for DFA construction). */ argument 99 t_state * s_stack; /* Unprocessed DFA states stack. */ argument 125 t_state * g_member; /* Group member (s_stack) list. */ argument 132 t_state * initial_state; /* Initial NFA state. */ 135 t_state * dfa_states; /* List of DFA states. */ 450 t_state * [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | libtheoraenc.c | 46 th_enc_ctx *t_state; member 96 bytes = th_encode_ctl(h->t_state, TH_ENCCTL_2PASS_OUT, &buf, sizeof(buf)); in get_stats() 146 bytes = th_encode_ctl(h->t_state, TH_ENCCTL_2PASS_IN, in submit_stats() 229 h->t_state = th_encode_alloc(&t_info); in encode_init() 230 if (!h->t_state) { in encode_init() 239 if (th_encode_ctl(h->t_state, TH_ENCCTL_SET_KEYFRAME_FREQUENCY_FORCE, in encode_init() 266 while (th_encode_flushheader(h->t_state, &t_comment, &o_packet)) in encode_init() 285 th_encode_packetout(h->t_state, 1, &o_packet); in encode_frame() 305 result = th_encode_ycbcr_in(h->t_state, t_yuv_buffer); in encode_frame() 328 result = th_encode_packetout(h->t_state, 0, &o_packet); in encode_frame() [all …]
|