HomeSort by relevance Sort by last modified time
    Searched refs:input_cols (Results 1 - 4 of 4) sorted by null

  /external/libjpeg-turbo/simd/
jcsample.h 12 JDIMENSION input_cols, JDIMENSION output_cols)
18 int numcols = (int) (output_cols - input_cols);
22 ptr = image_data[row] + input_cols;
  /external/eigen/unsupported/test/
cxx11_tensor_image_patch.cpp 187 int input_cols = 3; local
191 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches);
224 for (int j = 0; (j+stride+ksize-1) < input_cols; j += stride) { // input cols
234 if (row_offset >= 0 && col_offset >= 0 && row_offset < input_rows && col_offset < input_cols) {
263 int input_cols = 5; local
268 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches);
297 for (int j = 0; (j+stride+ksize-1) <= input_cols; j += stride) { // input cols
307 if (row_offset >= 0 && col_offset >= 0 && row_offset < input_rows && col_offset < input_cols) {
336 int input_cols = 2; local
341 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches)
    [all...]
  /external/libjpeg-turbo/
jcsample.c 89 * Expand a component horizontally from width input_cols to width output_cols,
95 JDIMENSION input_cols, JDIMENSION output_cols)
101 int numcols = (int) (output_cols - input_cols);
105 ptr = image_data[row] + input_cols;
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcsample.c 82 * Expand a component horizontally from width input_cols to width output_cols,
88 JDIMENSION input_cols, JDIMENSION output_cols)
94 int numcols = (int) (output_cols - input_cols);
98 ptr = image_data[row] + input_cols;

Completed in 127 milliseconds