Searched defs:coef_blocks (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcdctmgr.c180 * blocks. The quantized coefficients are returned in coef_blocks[].
185 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
230 /* Quantize/descale the coefficients, and store into coef_blocks[] */
233 register JCOEFPTR output_ptr = coef_blocks[bi];
275 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
321 /* Quantize/descale the coefficients, and store into coef_blocks[] */
324 register JCOEFPTR output_ptr = coef_blocks[bi];
184 forward_DCT(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
274 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument

Completed in 30 milliseconds