Home
last modified time | relevance | path

Searched refs:coef_blocks (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcdctmgr.c181 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, in forward_DCT() argument
229 register JCOEFPTR output_ptr = coef_blocks[bi]; in forward_DCT()
271 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, in forward_DCT_float() argument
320 register JCOEFPTR output_ptr = coef_blocks[bi]; in forward_DCT_float()
Djpegint.h107 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
/external/libjpeg-turbo/
Djcdctmgr.c491 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, in forward_DCT() argument
518 (*do_quantize) (coef_blocks[bi], divisors, workspace); in forward_DCT()
581 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, in forward_DCT_float() argument
609 (*do_quantize) (coef_blocks[bi], divisors, workspace); in forward_DCT_float()
Djpegint.h118 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,