Home | History | Annotate | Download | only in encoder

Lines Matching refs:fprintf

348     fprintf(f, "#include \"entropy.h\"\n");
350 fprintf(f, "\n/* *** GENERATED FILE: DO NOT EDIT *** */\n\n");
352 fprintf(f, "int Contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens];\n\n");
354 fprintf(f, "const int default_contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens] = {");
362 fprintf(f, "%s\n { /* block Type %d */", Comma(type), type);
368 fprintf(f, "%s\n { /* Coeff Band %d */", Comma(band), band);
374 fprintf(f, "%s\n {", Comma(pt));
384 fprintf(f, "%s %d", Comma(t), y);
389 fprintf(f, "}");
393 fprintf(f, "\n }");
398 fprintf(f, "\n }");
402 fprintf(f, "\n};\n");