Searched refs:decode_state (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/isaspec/ |
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() argument 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 *state, const struct isa_bitset *bitset, bitmask_t val) in push_scope() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | snowdec.c | 518 …int decode_state[MAX_DECOMPOSITIONS][4][1]; /* Stored state info for unpack_coeffs. 1 variable per… in decode_frame() local 582 …_slice_buffered(s, correlate_band, &s->sb, correlate_start_y, correlate_end_y, decode_state[0][0]); in decode_frame() 587 … decode_subband_slice_buffered(s, b, &s->sb, start_y, end_y, decode_state[level][orientation]); in decode_frame()
|