Home | History | Annotate | Download | only in base

Lines Matching refs:y_start

1001     unsigned char *y_start, *uv_start;
1024 y_start = out_buf;
1026 result = fwrite(y_start, sizeof(unsigned char), width, ofile);
1027 y_start += y_pitch;