Home
last modified time | relevance | path

Searched defs:decode_state (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c116 struct decode_state { struct
117 const struct isa_decode_options *options;
118 FILE *out;
123 unsigned n;
128 unsigned num_instr;
133 unsigned line_column;
139 BITSET_WORD *branch_targets;
165 print(struct decode_state *state, const char *fmt, ...) in print() argument
/third_party/ffmpeg/libavcodec/
Dsnowdec.c518 …int decode_state[MAX_DECOMPOSITIONS][4][1]; /* Stored state info for unpack_coeffs. 1 variable per… in decode_frame() local