Home | History | Annotate | Download | only in encoder

Lines Matching refs:fprintf

1553     fprintf(f, "#include \"entropy.h\"\n");
1554 fprintf(f, "const int vp8_mode_contexts[6][4] =\n");
1555 fprintf(f, "{\n");
1559 fprintf(f, " { // %d \n", j);
1560 fprintf(f, " ");
1590 fprintf(f, "%5d, ", this_prob);
1591 //fprintf(f,"%5d, %5d, %8d,", this_prob, overal_prob, (this_prob << 10)/overal_prob);
1592 //fprintf(f,"%8d, ", (this_prob << 10)/overal_prob);
1595 fprintf(f, " },\n");
1598 fprintf(f, "};\n");