Home | History | Annotate | Download | only in dsp

Lines Matching defs:data_end

746   const uint32_t* const data_end = data + (y_end - y_start) * width;
749 for (; data + 4 < data_end; data += 4) {
760 while (data < data_end) {