Lines Matching refs:starts
862 /* each plane data starts with mc_vector_count field, */
903 uint32_t starts[3], ends[3];
971 starts[0] = y_offset;
972 starts[1] = v_offset;
973 starts[2] = u_offset;
978 if (starts[i] < ends[j] && starts[i] > starts[j])
979 ends[j] = starts[i];
982 ctx->y_data_size = ends[0] - starts[0];
983 ctx->v_data_size = ends[1] - starts[1];
984 ctx->u_data_size = ends[2] - starts[2];