Home | History | Annotate | Download | only in dsp

Lines Matching refs:data_end

748   const uint32_t* const data_end = data + (y_end - y_start) * width;
751 for (; data + 4 < data_end; data += 4) {
762 while (data < data_end) {