Searched refs:input_cols (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jcsample.h | 12 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/ |
D | cxx11_tensor_image_patch.cpp | 187 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/ |
D | fpdfapi_jcsample.c | 88 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/ |
D | jcsample.c | 95 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()
|