Home | History | Annotate | Download | only in encode

Lines Matching refs:ofp

112     FILE *ofp;
514 if (ctx->ofp) {
515 fclose(ctx->ofp);
516 ctx->ofp = NULL;
620 ctx->ofp = fopen(argv[4], "wb");
622 if (ctx->ofp == NULL) {
1325 w_items = fwrite(coded_mem, slice_data_length, 1, ctx->ofp);