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

/external/jpeg/
H A Djcdctmgr.c176 * blocks. The quantized coefficients are returned in coef_blocks[].
181 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
226 /* Quantize/descale the coefficients, and store into coef_blocks[] */
229 register JCOEFPTR output_ptr = coef_blocks[bi];
271 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
317 /* Quantize/descale the coefficients, and store into coef_blocks[] */
320 register JCOEFPTR output_ptr = coef_blocks[bi];
180 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
270 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
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcdctmgr.c177 * blocks. The quantized coefficients are returned in coef_blocks[].
182 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
227 /* Quantize/descale the coefficients, and store into coef_blocks[] */
230 register JCOEFPTR output_ptr = coef_blocks[bi];
272 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
318 /* Quantize/descale the coefficients, and store into coef_blocks[] */
321 register JCOEFPTR output_ptr = coef_blocks[bi];
181 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
271 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 132 milliseconds