HomeSort by relevance Sort by last modified time
    Searched refs:output_col (Results 1 - 25 of 48) sorted by null

1 2

  /external/libjpeg-turbo/
jdct.h 99 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...]
jsimddct.h 45 JDIMENSION output_col);
49 JDIMENSION output_col);
53 JDIMENSION output_col);
57 JDIMENSION output_col);
66 JDIMENSION output_col);
70 JDIMENSION output_col);
74 JDIMENSION output_col);
jsimd_none.c 328 JDIMENSION output_col)
335 JDIMENSION output_col)
342 JDIMENSION output_col)
349 JDIMENSION output_col)
374 JDIMENSION output_col)
381 JDIMENSION output_col)
388 JDIMENSION output_col)
jdcoefct.c 94 JDIMENSION start_col, output_col; local
141 output_col = start_col;
145 output_ptr, output_col);
146 output_col += compptr->_DCT_scaled_size;
271 JDIMENSION output_col; local
307 output_col = 0;
311 output_ptr, output_col);
313 output_col += compptr->_DCT_scaled_size;
418 JDIMENSION output_col; local
510 output_col = 0
    [all...]
jidctred.c 123 JSAMPARRAY output_buf, JDIMENSION output_col)
202 outptr = output_buf[ctr] + output_col;
277 JSAMPARRAY output_buf, JDIMENSION output_col)
336 outptr = output_buf[ctr] + output_col;
386 JSAMPARRAY output_buf, JDIMENSION output_col)
400 output_buf[0][output_col] = range_limit[dcval & RANGE_MASK];
  /frameworks/ml/nn/runtime/test/specs/
concat_float_3.mod.py 23 output_col = col1 + col2 variable
28 output = Output("output", "TENSOR_FLOAT32", "{%d, %d}" % (row, output_col)) # output
37 output_values = [x for x in range(row * output_col)]
40 output_values[r * output_col + c1] = input1_values[r * col1 + c1]
42 output_values[r * output_col + col1 + c2] = input2_values[r * col2 + c2]
concat_quant8_3.mod.py 23 output_col = col1 + col2 variable
28 output = Output("output", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (row, output_col))
37 output_values = [x for x in range(row * output_col)]
40 output_values[r * output_col + c1] = input1_values[r * col1 + c1]
42 output_values[r * output_col + col1 + c2] = input2_values[r * col2 + c2]
avg_pool_float_2.mod.py 36 output_col = (col + 2 * pad - flt + std) // std variable
39 "{%d, %d, %d, %d}" % (bat, output_row, output_col, chn))
47 output_values = [1. for _ in range(bat * output_row * output_col * chn)]
avg_pool_float_3.mod.py 36 output_col = (col + 2 * pad - flt + std) // std variable
39 "{%d, %d, %d, %d}" % (bat, output_row, output_col, chn))
47 output_values = [.5 for _ in range(bat * output_row * output_col * chn)]
avg_pool_float_4.mod.py 36 output_col = (col + 2 * pad - flt + std) // std variable
39 "{%d, %d, %d, %d}" % (bat, output_row, output_col, chn))
47 output_values = [6 for _ in range(bat * output_row * output_col * chn)]
avg_pool_quant8_2.mod.py 36 output_col = (col + 2 * pad - flt + std) // std variable
39 "{%d, %d, %d, %d}, 0.5f, 0" % (bat, output_row, output_col, chn))
47 output_values = [255 for _ in range(bat * output_row * output_col * chn)]
avg_pool_quant8_3.mod.py 36 output_col = (col + 2 * pad - flt + std) // std variable
39 "{%d, %d, %d, %d}, 0.5f, 0" % (bat, output_row, output_col, chn))
47 output_values = [3 for _ in range(bat * output_row * output_col * chn)]
max_pool_float_2.mod.py 36 output_col = (col + 2 * pad - flt + std) // std variable
39 "{%d, %d, %d, %d}" % (bat, output_row, output_col, chn))
48 output_range = bat * output_row * output_col * chn
max_pool_float_3.mod.py 36 output_col = (col + 2 * pad - flt + std) // std variable
39 "{%d, %d, %d, %d}" % (bat, output_row, output_col, chn))
48 output_range = bat * output_row * output_col * chn
max_pool_quant8_2.mod.py 36 output_col = (col + 2 * pad - flt + std) // std variable
39 "{%d, %d, %d, %d}, 0.5f, 0" % (bat, output_row, output_col, chn))
48 output_range = bat * output_row * output_col * chn
max_pool_quant8_3.mod.py 36 output_col = (col + 2 * pad - flt + std) // std variable
39 "{%d, %d, %d, %d}, 0.5f, 0" % (bat, output_row, output_col, chn))
48 output_range = bat * output_row * output_col * chn
  /external/pdfium/third_party/libjpeg/
jdct.h 103 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));
fpdfapi_jdcoefct.c 155 JDIMENSION start_col, output_col; local
195 output_col = start_col;
199 output_ptr, output_col);
200 output_col += compptr->DCT_scaled_size;
324 JDIMENSION output_col; local
360 output_col = 0;
363 output_ptr, output_col);
365 output_col += compptr->DCT_scaled_size;
470 JDIMENSION output_col; local
559 output_col = 0
    [all...]
  /external/libjpeg-turbo/simd/
jsimd_mips.c 958 JDIMENSION output_col)
962 output_col);
968 JDIMENSION output_col)
973 output_col, workspace);
980 JDIMENSION output_col)
984 output_col);
990 JSAMPARRAY output_buf, JDIMENSION output_col)
995 (int)(output_buf[0] + output_col),
996 (int)(output_buf[1] + output_col),
997 (int)(output_buf[2] + output_col),
    [all...]
jidctfst-altivec.c 115 JSAMPARRAY output_buf, JDIMENSION output_col)
212 outptr = (int *)(output_buf[0] + output_col);
218 outptr = (int *)(output_buf[1] + output_col);
224 outptr = (int *)(output_buf[2] + output_col);
230 outptr = (int *)(output_buf[3] + output_col);
236 outptr = (int *)(output_buf[4] + output_col);
242 outptr = (int *)(output_buf[5] + output_col);
248 outptr = (int *)(output_buf[6] + output_col);
254 outptr = (int *)(output_buf[7] + output_col);
jsimd_arm.c 608 JDIMENSION output_col)
611 output_col);
617 JDIMENSION output_col)
620 output_col);
682 JDIMENSION output_col)
685 output_col);
691 JDIMENSION output_col)
694 output_col);
700 JDIMENSION output_col)
jsimd_i386.c 924 JDIMENSION output_col)
928 output_col);
930 jsimd_idct_2x2_mmx(compptr->dct_table, coef_block, output_buf, output_col);
936 JDIMENSION output_col)
940 output_col);
942 jsimd_idct_4x4_mmx(compptr->dct_table, coef_block, output_buf, output_col);
1028 JDIMENSION output_col)
1032 output_col);
1035 output_col);
1041 JDIMENSION output_col)
    [all...]
jsimd_x86_64.c 751 JDIMENSION output_col)
753 jsimd_idct_2x2_sse2(compptr->dct_table, coef_block, output_buf, output_col);
759 JDIMENSION output_col)
761 jsimd_idct_4x4_sse2(compptr->dct_table, coef_block, output_buf, output_col);
839 JDIMENSION output_col)
842 output_col);
848 JDIMENSION output_col)
851 output_col);
857 JDIMENSION output_col)
860 output_col);
    [all...]
jidctint-altivec.c 210 JSAMPARRAY output_buf, JDIMENSION output_col)
314 outptr = (int *)(output_buf[0] + output_col);
320 outptr = (int *)(output_buf[1] + output_col);
326 outptr = (int *)(output_buf[2] + output_col);
332 outptr = (int *)(output_buf[3] + output_col);
338 outptr = (int *)(output_buf[4] + output_col);
344 outptr = (int *)(output_buf[5] + output_col);
350 outptr = (int *)(output_buf[6] + output_col);
356 outptr = (int *)(output_buf[7] + output_col);
jsimd_arm64.c 679 JDIMENSION output_col)
682 output_col);
688 JDIMENSION output_col)
691 output_col);
753 JDIMENSION output_col)
756 output_col);
762 JDIMENSION output_col)
765 output_col);
771 JDIMENSION output_col)

Completed in 300 milliseconds

1 2