Lines Matching defs:tables
68 int tables, j;
74 tables = AV_RB16(&buf[i + 2]) / 65;
75 if (i + 5 + tables * 65 > size) {
79 if (nb_qtables + tables > 4) {
80 av_log(s1, AV_LOG_ERROR, "Invalid number of quantisation tables\n");
84 for (j = 0; j < tables; j++)
86 nb_qtables += tables;
168 "RFC 2435 requires standard Huffman tables for jpeg\n");
173 "RFC 2435 suggests two quantization tables, %d provided\n",
207 /* set quantization tables header */