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

  /external/libjpeg-turbo/
jcprepct.c 104 * Expand an image vertically from height input_rows to height output_rows,
110 int input_rows, int output_rows)
114 for (row = input_rows; row < output_rows; row++) {
115 jcopy_sample_rows(image_data, input_rows-1, image_data, row,
  /external/eigen/unsupported/test/
cxx11_tensor_image_patch.cpp 186 int input_rows = 3; local
191 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches);
223 for (int i = 0; (i+stride+ksize-1) < input_rows; i += stride) { // input rows
225 int patchId = i+input_rows*j;
234 if (row_offset >= 0 && col_offset >= 0 && row_offset < input_rows && col_offset < input_cols) {
262 int input_rows = 5; local
268 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches);
296 for (int i = 0; (i+stride+ksize-1) <= input_rows; i += stride) { // input rows
298 int patchId = i+input_rows*j;
307 if (row_offset >= 0 && col_offset >= 0 && row_offset < input_rows && col_offset < input_cols)
335 int input_rows = 4; local
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcprepct.c 101 * Expand an image vertically from height input_rows to height output_rows,
107 int input_rows, int output_rows)
111 for (row = input_rows; row < output_rows; row++) {
112 jcopy_sample_rows(image_data, input_rows-1, image_data, row,

Completed in 219 milliseconds