Home | History | Annotate | Download | only in jpeg

Lines Matching refs:input_buf

62     JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
65 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
67 JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf));
138 * NB: input_buf contains a plane for each component in image,
143 compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
158 /* Determine where data comes from in input_buf and do the DCT thing.
178 input_buf[compptr->component_index],
237 * NB: input_buf contains a plane for each component in image. All
245 compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
283 input_buf[ci], thisblockrow,
326 return compress_output(cinfo, input_buf);
337 * NB: input_buf is ignored; it is likely to be a NULL pointer.
341 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)