Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/
Djcsample.h12 JDIMENSION input_cols, JDIMENSION output_cols) in expand_right_edge() argument
18 int numcols = (int) (output_cols - input_cols); in expand_right_edge()
22 ptr = image_data[row] + input_cols; in expand_right_edge()
/external/eigen/unsupported/test/
Dcxx11_tensor_image_patch.cpp187 int input_cols = 3; in test_patch_padding_valid() local
191 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches); in test_patch_padding_valid()
224 for (int j = 0; (j+stride+ksize-1) < input_cols; j += stride) { // input cols in test_patch_padding_valid()
234 … if (row_offset >= 0 && col_offset >= 0 && row_offset < input_rows && col_offset < input_cols) { in test_patch_padding_valid()
263 int input_cols = 5; in test_patch_padding_valid_same_value() local
268 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches); in test_patch_padding_valid_same_value()
297 for (int j = 0; (j+stride+ksize-1) <= input_cols; j += stride) { // input cols in test_patch_padding_valid_same_value()
307 … if (row_offset >= 0 && col_offset >= 0 && row_offset < input_rows && col_offset < input_cols) { in test_patch_padding_valid_same_value()
336 int input_cols = 2; in test_patch_padding_same() local
341 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches); in test_patch_padding_same()
[all …]
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcsample.c88 JDIMENSION input_cols, JDIMENSION output_cols) in expand_right_edge() argument
94 int numcols = (int) (output_cols - input_cols); in expand_right_edge()
98 ptr = image_data[row] + input_cols; in expand_right_edge()
/external/libjpeg-turbo/
Djcsample.c95 JDIMENSION input_cols, JDIMENSION output_cols) in expand_right_edge() argument
101 int numcols = (int) (output_cols - input_cols); in expand_right_edge()
105 ptr = image_data[row] + input_cols; in expand_right_edge()