Home
last modified time | relevance | path

Searched refs:coef_blocks (Results 1 – 6 of 6) 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/opencv3/3rdparty/libjpeg/
Djcdctmgr.c66 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, in forward_DCT() argument
87 register JCOEFPTR output_ptr = coef_blocks[bi]; in forward_DCT()
129 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, in forward_DCT_float() argument
150 register JCOEFPTR output_ptr = coef_blocks[bi]; in forward_DCT_float()
Djpegint.h105 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
/external/libjpeg-turbo/
Djcdctmgr.c486 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, in forward_DCT() argument
513 (*do_quantize) (coef_blocks[bi], divisors, workspace); in forward_DCT()
576 JSAMPARRAY sample_data, JBLOCKROW coef_blocks, in forward_DCT_float() argument
604 (*do_quantize) (coef_blocks[bi], divisors, workspace); in forward_DCT_float()
Djpegint.h118 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,