Searched refs:decode_state (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.c | 52 struct decode_state; 95 struct decode_state *state; 116 struct decode_state { struct 165 print(struct decode_state *state, const char *fmt, ...) in print() 196 static void decode_error(struct decode_state *state, const char *fmt, ...) _util_printf_format(2,3); 199 decode_error(struct decode_state *state, const char *fmt, ...) in decode_error() 217 flush_errors(struct decode_state *state) in flush_errors() 232 push_expr(struct decode_state *state, isa_expr_t expr) in push_expr() 244 pop_expr(struct decode_state *state) in pop_expr() 251 push_scope(struct decode_state *stat [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | snowdec.c | 514 int decode_state[MAX_DECOMPOSITIONS][4][1]; /* Stored state info for unpack_coeffs. 1 variable per instance. */ in decode_frame() local 578 decode_subband_slice_buffered(s, correlate_band, &s->sb, correlate_start_y, correlate_end_y, decode_state[0][0]); in decode_frame() 583 decode_subband_slice_buffered(s, b, &s->sb, start_y, end_y, decode_state[level][orientation]); in decode_frame()
|
Completed in 3 milliseconds