Home | History | Annotate | Download | only in unit_test

Lines Matching full:y_st

1212   int y_st = yw + b * 2;
1215 NV12ToI420Rotate(orig_y+y_off, y_st,
1216 orig_uv+y_off, y_st,
1217 ro180_y+y_off, y_st,
1223 I420Rotate(ro180_y+y_off, y_st,
1226 ro0_y+y_off, y_st,
1473 int y_st = yw + b * 2;
1476 NV12ToI420Rotate(orig_y+y_off, y_st,
1477 orig_uv+y_off, y_st,
1478 roa_y+y_off, y_st,
1484 I420Rotate(roa_y+y_off, y_st,
1487 rob_y+y_off, y_st,
1500 PrintArray(orig_y, y_st, yh + b * 2);
1503 PrintArray(roa_y, y_st, yh + b * 2);
1506 PrintArray(rob_y, y_st, yh + b * 2);
1526 PrintArray(orig_uv, y_st, uvh + b * 2);