Home | History | Annotate | Download | only in highgui

Lines Matching full:y_data

1748             int* Y_data = block[0];
1759 for( i = 0; i < y_limit; i++, rgb_data += step, Y_data += Y_step )
1772 Y_data[j] = Y;
1786 for( i = 0; i < y_limit; i++, rgb_data += step, Y_data += Y_step )
1789 Y_data[j] = rgb_data[j]*4 - 128*4;