Lines Matching defs:code
93 int code;
107 GET_VLC(code, bits, gb, vlc[0].table, VLC_BITS, VLC_DEPTH);
109 pred[0] += code;
116 GET_VLC(code, bits, gb, vlc[1].table, VLC_BITS, VLC_DEPTH);
118 pred[1] += code;
123 GET_VLC(code, bits, gb, vlc[2].table, VLC_BITS, VLC_DEPTH);
125 pred[2] += code;
130 GET_VLC(code, bits, gb, vlc[3].table, VLC_BITS, VLC_DEPTH);
132 pred[3] += code;
161 int pred, code;
172 GET_VLC(code, bits, gb, vlc->table, VLC_BITS, VLC_DEPTH);
174 pred += code;
191 int pred, code;
201 GET_VLC(code, bits, gb, vlc->table, VLC_BITS, VLC_DEPTH);
203 pred += code;
233 /* Read in code table for each plane */
241 "Could not read code table %d.\n", i);
276 /* Read in code table for each plane */
284 "Could not read code table %d.\n", i);
329 /* Read in code table for luma and chroma */
337 "Could not read code table %d.\n", i);