Home | History | Annotate | Download | only in ext

Lines Matching full:rows

39 // Stores a list of rows in a circular buffer. The usage is you write into it
41 // should use next, and the total number of rows added.
45 // The maximum number of rows needed in the buffer is |max_y_filter_size|
46 // (we only need to store enough rows for the biggest filter).
49 // following rows returned by Advance().
73 // Returns a pointer to an "unrolled" array of rows. These rows will start
75 // order for the maximum number of rows in this circular buffer.
89 // to the first_row_index and the negative rows will never be used.
105 // The buffer storing the rows. They are packed, each one row_byte_width_.
111 // The number of rows available in the buffer.
174 // of the rows pointed to in the |source_data_rows| array, with each row
401 // don't want to generate any output rows before that. Compute the starting
410 // a circular buffer of convolved rows and do vertical convolution as rows
413 // We will need four extra rows to allow horizontal convolution could be done
439 // back to the C++ version for more rows. Compute how many
440 // rows we need to avoid the SSE implementation for here.
453 // Generate output rows until we have enough to run the current filter.
492 // Get the list of rows that the circular buffer has, in order.
497 // Now compute the start of the subset of those rows that the filter