Home
last modified time | relevance | path

Searched refs:output_cols (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Djcsample.c95 JDIMENSION output_cols) in expand_right_edge() argument
101 int numcols = (int)(output_cols - input_cols); in expand_right_edge()
152 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in int_downsample() local
166 output_cols * h_expand); in int_downsample()
171 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample()
224 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v1_downsample() local
233 output_cols * 2); in h2v1_downsample()
239 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample()
260 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_downsample() local
269 output_cols * 2); in h2v2_downsample()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgen_overlay_fonts.py158 output_cols = 32
159 assert (len(chars) == output_rows * output_cols)
189 font_array_width = output_cols * glyph_width // 32
195 base_x = (charIndex % output_cols) * glyph_width
196 base_y = (charIndex // output_cols) * glyph_height
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcsample-sse2.asm52 shl rcx, 3 ; imul rcx,DCTSIZE (rcx = output_cols)
60 shl rcx, 1 ; output_cols * 2
88 pop rcx ; output_cols
197 shl rcx, 3 ; imul rcx,DCTSIZE (rcx = output_cols)
205 shl rcx, 1 ; output_cols * 2
233 pop rcx ; output_cols
Djcsample-avx2.asm53 shl rcx, 3 ; imul rcx,DCTSIZE (rcx = output_cols)
61 shl rcx, 1 ; output_cols * 2
89 pop rcx ; output_cols
215 shl rcx, 3 ; imul rcx,DCTSIZE (rcx = output_cols)
223 shl rcx, 1 ; output_cols * 2
251 pop rcx ; output_cols
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcsample-mmx.asm54 shl ecx, 3 ; imul ecx,DCTSIZE (ecx = output_cols)
62 shl ecx, 1 ; output_cols * 2
91 pop ecx ; output_cols
197 shl ecx, 3 ; imul ecx,DCTSIZE (ecx = output_cols)
205 shl ecx, 1 ; output_cols * 2
234 pop ecx ; output_cols
Djcsample-sse2.asm54 shl ecx, 3 ; imul ecx,DCTSIZE (ecx = output_cols)
62 shl ecx, 1 ; output_cols * 2
91 pop ecx ; output_cols
210 shl ecx, 3 ; imul ecx,DCTSIZE (ecx = output_cols)
218 shl ecx, 1 ; output_cols * 2
247 pop ecx ; output_cols
Djcsample-avx2.asm55 shl ecx, 3 ; imul ecx,DCTSIZE (ecx = output_cols)
63 shl ecx, 1 ; output_cols * 2
92 pop ecx ; output_cols
228 shl ecx, 3 ; imul ecx,DCTSIZE (ecx = output_cols)
236 shl ecx, 1 ; output_cols * 2
265 pop ecx ; output_cols
/third_party/toybox/toys/pending/
Dstty.c47 unsigned output_cols;
141 if (TT.output_cols == 0) { in out()
142 TT.output_cols = 80; in out()
143 terminal_size(&TT.output_cols, NULL); in out()
147 else if (TT.col + 1 + len >= TT.output_cols) { in out()
/third_party/toybox/generated/
Dglobals.h877 unsigned output_cols; member