Home | History | Annotate | Download | only in dsp

Lines Matching refs:y_start

739                                       int y_start, int y_end, uint32_t* data) {
741 if (y_start == 0) { // First Row follows the L (mode=1) mode.
750 ++y_start;
754 int y = y_start;
1154 int y_start, int y_end, uint32_t* data) {
1161 int y = y_start;
1189 int y_start, int y_end, const TYPE* src, TYPE* dst) { \
1198 for (y = y_start; y < y_end; ++y) { \
1212 for (y = y_start; y < y_end; ++y) { \