Home
last modified time | relevance | path

Searched refs:coef_block (Results 1 – 25 of 32) sorted by relevance

12

/external/libjpeg-turbo/
Djdct.h99 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col);
102 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col);
105 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col);
108 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col);
111 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col);
114 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col);
117 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col);
120 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col);
123 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col);
126 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col);
[all …]
Djsimddct.h32 EXTERN(void) jsimd_quantize (JCOEFPTR coef_block, DCTELEM *divisors,
34 EXTERN(void) jsimd_quantize_float (JCOEFPTR coef_block, FAST_FLOAT *divisors,
44 JCOEFPTR coef_block, JSAMPARRAY output_buf,
48 JCOEFPTR coef_block, JSAMPARRAY output_buf,
52 JCOEFPTR coef_block, JSAMPARRAY output_buf,
56 JCOEFPTR coef_block, JSAMPARRAY output_buf,
65 JCOEFPTR coef_block, JSAMPARRAY output_buf,
69 JCOEFPTR coef_block, JSAMPARRAY output_buf,
73 JCOEFPTR coef_block, JSAMPARRAY output_buf,
Djsimd_none.c290 jsimd_quantize (JCOEFPTR coef_block, DCTELEM *divisors, in jsimd_quantize() argument
296 jsimd_quantize_float (JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument
327 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() argument
334 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_4x4() argument
341 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_6x6() argument
348 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_12x12() argument
373 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_islow() argument
380 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_ifast() argument
387 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_float() argument
Djidctred.c122 JCOEFPTR coef_block,
138 inptr = coef_block;
276 JCOEFPTR coef_block, in jpeg_idct_2x2() argument
291 inptr = coef_block; in jpeg_idct_2x2()
385 JCOEFPTR coef_block, in jpeg_idct_1x1() argument
397 dcval = DEQUANTIZE(coef_block[0], quantptr[0]); in jpeg_idct_1x1()
Djcdctmgr.c38 typedef void (*quantize_method_ptr) (JCOEFPTR coef_block, DCTELEM *divisors,
40 typedef void (*float_quantize_method_ptr) (JCOEFPTR coef_block,
408 quantize (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in quantize() argument
412 JCOEFPTR output_ptr = coef_block; in quantize()
558 quantize_float (JCOEFPTR coef_block, FAST_FLOAT *divisors, FAST_FLOAT *workspace) in quantize_float() argument
562 register JCOEFPTR output_ptr = coef_block; in quantize_float()
Djidctint.c174 JCOEFPTR coef_block,
193 inptr = coef_block;
428 JCOEFPTR coef_block, in jpeg_idct_7x7() argument
444 inptr = coef_block; in jpeg_idct_7x7()
577 JCOEFPTR coef_block, in jpeg_idct_6x6() argument
593 inptr = coef_block; in jpeg_idct_6x6()
698 JCOEFPTR coef_block, in jpeg_idct_5x5() argument
714 inptr = coef_block; in jpeg_idct_5x5()
813 JCOEFPTR coef_block, in jpeg_idct_3x3() argument
828 inptr = coef_block; in jpeg_idct_3x3()
[all …]
Djidctflt.c73 JCOEFPTR coef_block,
90 inptr = coef_block;
Djidctfst.c172 JCOEFPTR coef_block,
190 inptr = coef_block;
/external/libjpeg-turbo/simd/
Djsimd_i386.c850 jsimd_quantize (JCOEFPTR coef_block, DCTELEM *divisors, in jsimd_quantize() argument
854 jsimd_quantize_sse2(coef_block, divisors, workspace); in jsimd_quantize()
856 jsimd_quantize_mmx(coef_block, divisors, workspace); in jsimd_quantize()
860 jsimd_quantize_float (JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument
864 jsimd_quantize_float_sse2(coef_block, divisors, workspace); in jsimd_quantize_float()
866 jsimd_quantize_float_sse(coef_block, divisors, workspace); in jsimd_quantize_float()
868 jsimd_quantize_float_3dnow(coef_block, divisors, workspace); in jsimd_quantize_float()
923 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() argument
927 jsimd_idct_2x2_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_2x2()
930 jsimd_idct_2x2_mmx(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_2x2()
[all …]
Djsimd_arm.c547 jsimd_quantize (JCOEFPTR coef_block, DCTELEM *divisors, in jsimd_quantize() argument
550 jsimd_quantize_neon(coef_block, divisors, workspace); in jsimd_quantize()
554 jsimd_quantize_float (JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument
607 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() argument
610 jsimd_idct_2x2_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_2x2()
616 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_4x4() argument
619 jsimd_idct_4x4_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_4x4()
681 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_islow() argument
684 jsimd_idct_islow_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow()
690 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_ifast() argument
[all …]
Djsimd_x86_64.c689 jsimd_quantize (JCOEFPTR coef_block, DCTELEM *divisors, in jsimd_quantize() argument
692 jsimd_quantize_sse2(coef_block, divisors, workspace); in jsimd_quantize()
696 jsimd_quantize_float (JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument
699 jsimd_quantize_float_sse2(coef_block, divisors, workspace); in jsimd_quantize_float()
750 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() argument
753 jsimd_idct_2x2_sse2(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_2x2()
758 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_4x4() argument
761 jsimd_idct_4x4_sse2(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_4x4()
838 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_islow() argument
841 jsimd_idct_islow_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow()
[all …]
Djsimd_mips.c849 jsimd_quantize (JCOEFPTR coef_block, DCTELEM *divisors, in jsimd_quantize() argument
853 jsimd_quantize_mips_dspr2(coef_block, divisors, workspace); in jsimd_quantize()
857 jsimd_quantize_float (JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument
861 jsimd_quantize_float_mips_dspr2(coef_block, divisors, workspace); in jsimd_quantize_float()
957 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() argument
961 jsimd_idct_2x2_mips_dspr2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_2x2()
967 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_4x4() argument
972 jsimd_idct_4x4_mips_dspr2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_4x4()
979 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_6x6() argument
983 jsimd_idct_6x6_mips_dspr2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_6x6()
[all …]
Djsimd_arm64.c618 jsimd_quantize (JCOEFPTR coef_block, DCTELEM *divisors, in jsimd_quantize() argument
621 jsimd_quantize_neon(coef_block, divisors, workspace); in jsimd_quantize()
625 jsimd_quantize_float (JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument
678 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() argument
681 jsimd_idct_2x2_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_2x2()
687 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_4x4() argument
690 jsimd_idct_4x4_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_4x4()
752 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_islow() argument
755 jsimd_idct_islow_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow()
761 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_ifast() argument
[all …]
Djsimd.h733 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace);
736 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace);
739 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace);
742 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace);
745 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace);
749 (JCOEFPTR coef_block, FAST_FLOAT *divisors, FAST_FLOAT *workspace);
752 (JCOEFPTR coef_block, FAST_FLOAT *divisors, FAST_FLOAT *workspace);
755 (JCOEFPTR coef_block, FAST_FLOAT *divisors, FAST_FLOAT *workspace);
758 (JCOEFPTR coef_block, FAST_FLOAT *divisors, FAST_FLOAT *workspace);
762 (void *dct_table, JCOEFPTR coef_block, JSAMPARRAY output_buf,
[all …]
Djidctfst-altivec.c114 jsimd_idct_ifast_altivec (void *dct_table_, JCOEFPTR coef_block, in jsimd_idct_ifast_altivec() argument
141 col0 = vec_ld(0, coef_block); in jsimd_idct_ifast_altivec()
142 col1 = vec_ld(16, coef_block); in jsimd_idct_ifast_altivec()
143 col2 = vec_ld(32, coef_block); in jsimd_idct_ifast_altivec()
144 col3 = vec_ld(48, coef_block); in jsimd_idct_ifast_altivec()
145 col4 = vec_ld(64, coef_block); in jsimd_idct_ifast_altivec()
146 col5 = vec_ld(80, coef_block); in jsimd_idct_ifast_altivec()
147 col6 = vec_ld(96, coef_block); in jsimd_idct_ifast_altivec()
148 col7 = vec_ld(112, coef_block); in jsimd_idct_ifast_altivec()
Djquanti-altivec.c118 jsimd_quantize_altivec (JCOEFPTR coef_block, DCTELEM *divisors, in jsimd_quantize_altivec() argument
244 vec_st(row0, 0, coef_block); in jsimd_quantize_altivec()
245 vec_st(row1, 16, coef_block); in jsimd_quantize_altivec()
246 vec_st(row2, 32, coef_block); in jsimd_quantize_altivec()
247 vec_st(row3, 48, coef_block); in jsimd_quantize_altivec()
248 vec_st(row4, 64, coef_block); in jsimd_quantize_altivec()
249 vec_st(row5, 80, coef_block); in jsimd_quantize_altivec()
250 vec_st(row6, 96, coef_block); in jsimd_quantize_altivec()
251 vec_st(row7, 112, coef_block); in jsimd_quantize_altivec()
Djsimd_powerpc.c713 jsimd_quantize (JCOEFPTR coef_block, DCTELEM *divisors, in jsimd_quantize() argument
716 jsimd_quantize_altivec(coef_block, divisors, workspace); in jsimd_quantize()
720 jsimd_quantize_float (JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument
739 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() argument
746 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_4x4() argument
793 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_islow() argument
796 jsimd_idct_islow_altivec(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow()
802 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_ifast() argument
805 jsimd_idct_ifast_altivec(compptr->dct_table, coef_block, output_buf, in jsimd_idct_ifast()
811 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_float() argument
Djidctint-altivec.c209 jsimd_idct_islow_altivec (void *dct_table_, JCOEFPTR coef_block, in jsimd_idct_islow_altivec() argument
250 col0 = vec_ld(0, coef_block); in jsimd_idct_islow_altivec()
251 col1 = vec_ld(16, coef_block); in jsimd_idct_islow_altivec()
252 col2 = vec_ld(32, coef_block); in jsimd_idct_islow_altivec()
253 col3 = vec_ld(48, coef_block); in jsimd_idct_islow_altivec()
254 col4 = vec_ld(64, coef_block); in jsimd_idct_islow_altivec()
255 col5 = vec_ld(80, coef_block); in jsimd_idct_islow_altivec()
256 col6 = vec_ld(96, coef_block); in jsimd_idct_islow_altivec()
257 col7 = vec_ld(112, coef_block); in jsimd_idct_islow_altivec()
Djquantf-sse2.asm105 ; Quantize/descale the coefficients, and store into coef_block
108 ; jsimd_quantize_float_sse2 (JCOEFPTR coef_block, FAST_FLOAT *divisors,
112 %define coef_block ebp+8 ; JCOEFPTR coef_block
130 mov edi, JCOEFPTR [coef_block]
Djquant-sse.asm128 ; Quantize/descale the coefficients, and store into coef_block
131 ; jsimd_quantize_float_sse (JCOEFPTR coef_block, FAST_FLOAT *divisors,
135 %define coef_block ebp+8 ; JCOEFPTR coef_block
153 mov edi, JCOEFPTR [coef_block]
Djquant-3dn.asm128 ; Quantize/descale the coefficients, and store into coef_block
131 ; jsimd_quantize_float_3dnow (JCOEFPTR coef_block, FAST_FLOAT *divisors,
135 %define coef_block ebp+8 ; JCOEFPTR coef_block
157 mov edi, JCOEFPTR [coef_block]
Djquantf-sse2-64.asm100 ; Quantize/descale the coefficients, and store into coef_block
103 ; jsimd_quantize_float_sse2 (JCOEFPTR coef_block, FAST_FLOAT *divisors,
107 ; r10 = JCOEFPTR coef_block
/external/pdfium/third_party/libjpeg/
Djdct.h103 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
106 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
109 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
112 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
115 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
118 JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col));
Dfpdfapi_jidctred.c119 JCOEFPTR coef_block,
135 inptr = coef_block;
272 JCOEFPTR coef_block, in jpeg_idct_2x2() argument
287 inptr = coef_block; in jpeg_idct_2x2()
380 JCOEFPTR coef_block, in jpeg_idct_1x1() argument
392 dcval = DEQUANTIZE(coef_block[0], quantptr[0]); in jpeg_idct_1x1()
Dfpdfapi_jidctfst.c169 JCOEFPTR coef_block,
187 inptr = coef_block;

12