Home | History | Annotate | Download | only in src

Lines Matching refs:bottom_row

2670                 float* bottom_row = ipp_kernel->data.fl + el_size.width*(el_size.height - i - 1);
2675 float c = bottom_row[j], d = bottom_row[el_size.width - j - 1];
2678 bottom_row[j] = b;
2679 bottom_row[el_size.width - j - 1] = a;