Home | History | Annotate | Download | only in encode

Lines Matching refs:w_items

1299     size_t w_items;
1325 w_items = fwrite(coded_mem, slice_data_length, 1, ctx->ofp);
1326 } while (w_items != 1);